Color Hex Logo

#dfa03a Color Hex

#DFA03A
(223,160,58)
0 Favorites   0 Comments

Color spaces of #dfa03a

RGB 22316058
HSL0.100.720.55
HSV37°74°87°
CMYK 0.000.280.74   0.13
XYZ43.766041.13519.6361
Yxy41.13510.46300.4351
Hunter Lab64.13679.566935.9877
CIE-Lab70.270514.247259.6150

#dfa03a color RGB value is (223,160,58).

#dfa03a hex color red value is 223, green value is 160 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dfa03a hue: 0.10 , saturation: 0.72 and the lightness value of dfa03a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 00111010
Octal 337 240 72
Decimal 223 160 58
Hex DF A0 3A

RGB Percentages of Color #dfa03a

%50.57
%36.28
%13.15

CMYK Percentages of Color #dfa03a

%0
%28
%74
%13

Triadic Colors of #dfa03a

#dfa03a #3adfa0 #a03adf

Analogous Colors of #dfa03a

#dfa03a #ccdf3a #df4d3a

Monochromatic Colors of #dfa03a

#dfa03a

Complementary Color

#dfa03a #3a79df

#dfa03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa03a Color CSS Codes

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

#dfa03a Text Font Color

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

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


#dfa03a Background Color

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

This div background color is #dfa03a


#dfa03a Border Color

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

This div border color is #dfa03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa03a


Comments

No comments written yet.

Please login to write comment.