Color Hex Logo

#dfa942 Color Hex

#DFA942
(223,169,66)
0 Favorites   0 Comments

Color spaces of #dfa942

RGB 22316966
HSL0.110.710.57
HSV39°70°87°
CMYK 0.000.240.70   0.13
XYZ45.602844.457311.3318
Yxy44.45730.44980.4385
Hunter Lab66.67635.400336.5969
CIE-Lab72.53319.822058.5678

#dfa942 color RGB value is (223,169,66).

#dfa942 hex color red value is 223, green value is 169 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dfa942 hue: 0.11 , saturation: 0.71 and the lightness value of dfa942 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 01000010
Octal 337 251 102
Decimal 223 169 66
Hex DF A9 42

RGB Percentages of Color #dfa942

%48.69
%36.90
%14.41

CMYK Percentages of Color #dfa942

%0
%24
%70
%13

Triadic Colors of #dfa942

#dfa942 #42dfa9 #a942df

Analogous Colors of #dfa942

#dfa942 #c7df42 #df5b42

Monochromatic Colors of #dfa942

#dfa942

Complementary Color

#dfa942 #4278df

#dfa942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa942 Color CSS Codes

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

#dfa942 Text Font Color

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

This sample text font color is #dfa942
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.


#dfa942 Background Color

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

This div background color is #dfa942


#dfa942 Border Color

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

This div border color is #dfa942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa942

#dfa942 Color Palettes


Comments

No comments written yet.

Please login to write comment.