Color Hex Logo

#dfa03b Color Hex

#DFA03B
(223,160,59)
0 Favorites   0 Comments

Color spaces of #dfa03b

RGB 22316059
HSL0.100.720.55
HSV37°74°87°
CMYK 0.000.280.74   0.13
XYZ43.791641.14549.7715
Yxy41.14540.46240.4344
Hunter Lab64.14479.608835.8693
CIE-Lab70.277714.291459.2119

#dfa03b color RGB value is (223,160,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 00111011
Octal 337 240 73
Decimal 223 160 59
Hex DF A0 3B

RGB Percentages of Color #dfa03b

%50.45
%36.20
%13.35

CMYK Percentages of Color #dfa03b

%0
%28
%74
%13

Triadic Colors of #dfa03b

#dfa03b #3bdfa0 #a03bdf

Analogous Colors of #dfa03b

#dfa03b #ccdf3b #df4e3b

Monochromatic Colors of #dfa03b

#dfa03b

Complementary Color

#dfa03b #3b7adf

#dfa03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa03b Color CSS Codes

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

#dfa03b Text Font Color

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

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


#dfa03b Background Color

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

This div background color is #dfa03b


#dfa03b Border Color

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

This div border color is #dfa03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa03b


Comments

No comments written yet.

Please login to write comment.