Color Hex Logo

#dfa929 Color Hex

#DFA929
(223,169,41)
0 Favorites   0 Comments

Color spaces of #dfa929

RGB 22316941
HSL0.120.740.52
HSV42°82°87°
CMYK 0.000.240.82   0.13
XYZ45.019644.22408.2611
Yxy44.22400.46170.4536
Hunter Lab66.50114.463139.1855
CIE-Lab72.37808.814967.7072

#dfa929 color RGB value is (223,169,41).

#dfa929 hex color red value is 223, green value is 169 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dfa929 hue: 0.12 , saturation: 0.74 and the lightness value of dfa929 is 0.52.

The process color (four color CMYK) of #dfa929 color hex is 0.00, 0.24, 0.82, 0.13. Web safe color of #dfa929 is #cc9933. Color #dfa929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 00101001
Octal 337 251 51
Decimal 223 169 41
Hex DF A9 29

RGB Percentages of Color #dfa929

%51.50
%39.03
%9.47

CMYK Percentages of Color #dfa929

%0
%24
%82
%13

Triadic Colors of #dfa929

#dfa929 #29dfa9 #a929df

Analogous Colors of #dfa929

#dfa929 #badf29 #df4e29

Monochromatic Colors of #dfa929

#dfa929

Complementary Color

#dfa929 #295fdf

#dfa929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa929 Color CSS Codes

.mybgcolor {background-color:#dfa929; } 
.myforecolor {color:#dfa929; }
.mybordercolor {border:3px solid #dfa929; }

#dfa929 Text Font Color

<p style="color:#dfa929">Text here</p>

This sample text font color is #dfa929
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfa929 Background Color

<div style="background-color:#dfa929">
Div content here</div>

This div background color is #dfa929


#dfa929 Border Color

<div style="border:3px solid #dfa929">
Div here</div>

This div border color is #dfa929


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,169,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfa929; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfa929;
  -webkit-box-shadow: 1px 1px 3px 2px #dfa929;
  box-shadow:         1px 1px 3px 2px #dfa929; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,169,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfa929">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa929;
  -webkit-box-shadow: 1px 1px 3px 2px #dfa929;
  box-shadow:         1px 1px 3px 2px #dfa929;">
Div content here</div>

This div box has shadow with color #dfa929


Comments

No comments written yet.

Please login to write comment.