Color Hex Logo

#dfa80e Color Hex

#DFA80E
(223,168,14)
0 Favorites   0 Comments

Color spaces of #dfa80e

RGB 22316814
HSL0.120.880.46
HSV44°94°87°
CMYK 0.000.250.94   0.13
XYZ44.513343.72496.5091
Yxy43.72490.46980.4615
Hunter Lab66.12484.442640.4511
CIE-Lab72.04428.786873.5986

#dfa80e color RGB value is (223,168,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 00001110
Octal 337 250 16
Decimal 223 168 14
Hex DF A8 E

RGB Percentages of Color #dfa80e

%55.06
%41.48
%3.46

CMYK Percentages of Color #dfa80e

%0
%25
%94
%13

Triadic Colors of #dfa80e

#dfa80e #0edfa8 #a80edf

Analogous Colors of #dfa80e

#dfa80e #aedf0e #df3f0e

Monochromatic Colors of #dfa80e

#dfa80e

Complementary Color

#dfa80e #0e45df

#dfa80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa80e Color CSS Codes

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

#dfa80e Text Font Color

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

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


#dfa80e Background Color

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

This div background color is #dfa80e


#dfa80e Border Color

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

This div border color is #dfa80e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,168,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 #dfa80e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa80e


Comments

No comments written yet.

Please login to write comment.