Color Hex Logo

#dfa42f Color Hex

#DFA42F
(223,164,47)
0 Favorites   0 Comments

Color spaces of #dfa42f

RGB 22316447
HSL0.110.730.53
HSV40°79°87°
CMYK 0.000.260.79   0.13
XYZ44.220042.44418.5512
Yxy42.44410.46440.4458
Hunter Lab65.14917.146037.8222
CIE-Lab71.176011.674464.6552

#dfa42f color RGB value is (223,164,47).

#dfa42f hex color red value is 223, green value is 164 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dfa42f hue: 0.11 , saturation: 0.73 and the lightness value of dfa42f is 0.53.

The process color (four color CMYK) of #dfa42f color hex is 0.00, 0.26, 0.79, 0.13. Web safe color of #dfa42f is #cc9933. Color #dfa42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 00101111
Octal 337 244 57
Decimal 223 164 47
Hex DF A4 2F

RGB Percentages of Color #dfa42f

%51.38
%37.79
%10.83

CMYK Percentages of Color #dfa42f

%0
%26
%79
%13

Triadic Colors of #dfa42f

#dfa42f #2fdfa4 #a42fdf

Analogous Colors of #dfa42f

#dfa42f #c2df2f #df4c2f

Monochromatic Colors of #dfa42f

#dfa42f

Complementary Color

#dfa42f #2f6adf

#dfa42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa42f Color CSS Codes

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

#dfa42f Text Font Color

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

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


#dfa42f Background Color

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

This div background color is #dfa42f


#dfa42f Border Color

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

This div border color is #dfa42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa42f


Comments

No comments written yet.

Please login to write comment.