Color Hex Logo

#dfa73f Color Hex

#DFA73F
(223,167,63)
0 Favorites   0 Comments

Color spaces of #dfa73f

RGB 22316763
HSL0.110.710.56
HSV39°72°87°
CMYK 0.000.250.72   0.13
XYZ45.147343.684310.7550
Yxy43.68430.45330.4387
Hunter Lab66.09416.264436.6181
CIE-Lab72.017010.739159.3020

#dfa73f color RGB value is (223,167,63).

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

The process color (four color CMYK) of #dfa73f color hex is 0.00, 0.25, 0.72, 0.13. Web safe color of #dfa73f is #cc9933. Color #dfa73f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 00111111
Octal 337 247 77
Decimal 223 167 63
Hex DF A7 3F

RGB Percentages of Color #dfa73f

%49.23
%36.87
%13.91

CMYK Percentages of Color #dfa73f

%0
%25
%72
%13

Triadic Colors of #dfa73f

#dfa73f #3fdfa7 #a73fdf

Analogous Colors of #dfa73f

#dfa73f #c7df3f #df573f

Monochromatic Colors of #dfa73f

#dfa73f

Complementary Color

#dfa73f #3f77df

#dfa73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa73f Color CSS Codes

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

#dfa73f Text Font Color

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

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


#dfa73f Background Color

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

This div background color is #dfa73f


#dfa73f Border Color

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

This div border color is #dfa73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa73f


Comments

No comments written yet.

Please login to write comment.