Color Hex Logo

#dfa90f Color Hex

#DFA90F
(223,169,15)
0 Favorites   0 Comments

Color spaces of #dfa90f

RGB 22316915
HSL0.120.870.47
HSV44°93°87°
CMYK 0.000.240.93   0.13
XYZ44.705644.09846.6075
Yxy44.09840.46860.4622
Hunter Lab66.40663.956440.5852
CIE-Lab72.29428.267773.6375

#dfa90f color RGB value is (223,169,15).

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

The process color (four color CMYK) of #dfa90f color hex is 0.00, 0.24, 0.93, 0.13. Web safe color of #dfa90f is #cc9900. Color #dfa90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 00001111
Octal 337 251 17
Decimal 223 169 15
Hex DF A9 F

RGB Percentages of Color #dfa90f

%54.79
%41.52
%3.69

CMYK Percentages of Color #dfa90f

%0
%24
%93
%13

Triadic Colors of #dfa90f

#dfa90f #0fdfa9 #a90fdf

Analogous Colors of #dfa90f

#dfa90f #addf0f #df410f

Monochromatic Colors of #dfa90f

#dfa90f

Complementary Color

#dfa90f #0f45df

#dfa90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa90f Color CSS Codes

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

#dfa90f Text Font Color

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

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


#dfa90f Background Color

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

This div background color is #dfa90f


#dfa90f Border Color

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

This div border color is #dfa90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa90f


Comments

No comments written yet.

Please login to write comment.