Color Hex Logo

#dfa90e Color Hex

#DFA90E
(223,169,14)
0 Favorites   0 Comments

Color spaces of #dfa90e

RGB 22316914
HSL0.120.880.46
HSV44°94°87°
CMYK 0.000.240.94   0.13
XYZ44.698744.09566.5709
Yxy44.09560.46870.4624
Hunter Lab66.40453.945340.6163
CIE-Lab72.29238.255773.7796

#dfa90e color RGB value is (223,169,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 00001110
Octal 337 251 16
Decimal 223 169 14
Hex DF A9 E

RGB Percentages of Color #dfa90e

%54.93
%41.63
%3.45

CMYK Percentages of Color #dfa90e

%0
%24
%94
%13

Triadic Colors of #dfa90e

#dfa90e #0edfa9 #a90edf

Analogous Colors of #dfa90e

#dfa90e #addf0e #df400e

Monochromatic Colors of #dfa90e

#dfa90e

Complementary Color

#dfa90e #0e44df

#dfa90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa90e Color CSS Codes

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

#dfa90e Text Font Color

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

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


#dfa90e Background Color

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

This div background color is #dfa90e


#dfa90e Border Color

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

This div border color is #dfa90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa90e


Comments

No comments written yet.

Please login to write comment.