Color Hex Logo

#dfa90a Color Hex

#DFA90A
(223,169,10)
0 Favorites   0 Comments

Color spaces of #dfa90a

RGB 22316910
HSL0.120.910.46
HSV45°96°87°
CMYK 0.000.240.96   0.13
XYZ44.674244.08586.4420
Yxy44.08580.46930.4631
Hunter Lab66.39713.905740.7255
CIE-Lab72.28588.212874.2847

#dfa90a color RGB value is (223,169,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 00001010
Octal 337 251 12
Decimal 223 169 10
Hex DF A9 A

RGB Percentages of Color #dfa90a

%55.47
%42.04
%2.49

CMYK Percentages of Color #dfa90a

%0
%24
%96
%13

Triadic Colors of #dfa90a

#dfa90a #0adfa9 #a90adf

Analogous Colors of #dfa90a

#dfa90a #abdf0a #df3f0a

Monochromatic Colors of #dfa90a

#dfa90a

Complementary Color

#dfa90a #0a40df

#dfa90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa90a Color CSS Codes

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

#dfa90a Text Font Color

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

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


#dfa90a Background Color

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

This div background color is #dfa90a


#dfa90a Border Color

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

This div border color is #dfa90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa90a


Comments

No comments written yet.

Please login to write comment.