Color Hex Logo

#dfa02a Color Hex

#DFA02A
(223,160,42)
0 Favorites   0 Comments

Color spaces of #dfa02a

RGB 22316042
HSL0.110.740.52
HSV39°81°87°
CMYK 0.000.280.81   0.13
XYZ43.420140.99687.8152
Yxy40.99680.47080.4445
Hunter Lab64.02878.996737.5833
CIE-Lab70.173713.644565.4583

#dfa02a color RGB value is (223,160,42).

#dfa02a hex color red value is 223, green value is 160 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dfa02a hue: 0.11 , saturation: 0.74 and the lightness value of dfa02a is 0.52.

The process color (four color CMYK) of #dfa02a color hex is 0.00, 0.28, 0.81, 0.13. Web safe color of #dfa02a is #cc9933. Color #dfa02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 00101010
Octal 337 240 52
Decimal 223 160 42
Hex DF A0 2A

RGB Percentages of Color #dfa02a

%52.47
%37.65
%9.88

CMYK Percentages of Color #dfa02a

%0
%28
%81
%13

Triadic Colors of #dfa02a

#dfa02a #2adfa0 #a02adf

Analogous Colors of #dfa02a

#dfa02a #c4df2a #df462a

Monochromatic Colors of #dfa02a

#dfa02a

Complementary Color

#dfa02a #2a69df

#dfa02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa02a Color CSS Codes

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

#dfa02a Text Font Color

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

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


#dfa02a Background Color

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

This div background color is #dfa02a


#dfa02a Border Color

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

This div border color is #dfa02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa02a


Comments

No comments written yet.

Please login to write comment.