Color Hex Logo

#dfa13b Color Hex

#DFA13B
(223,161,59)
0 Favorites   0 Comments

Color spaces of #dfa13b

RGB 22316159
HSL0.100.720.55
HSV37°74°87°
CMYK 0.000.280.74   0.13
XYZ43.965741.49359.8295
Yxy41.49350.46140.4355
Hunter Lab64.41549.105236.0434
CIE-Lab70.520313.756759.4534

#dfa13b color RGB value is (223,161,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 00111011
Octal 337 241 73
Decimal 223 161 59
Hex DF A1 3B

RGB Percentages of Color #dfa13b

%50.34
%36.34
%13.32

CMYK Percentages of Color #dfa13b

%0
%28
%74
%13

Triadic Colors of #dfa13b

#dfa13b #3bdfa1 #a13bdf

Analogous Colors of #dfa13b

#dfa13b #cbdf3b #df4f3b

Monochromatic Colors of #dfa13b

#dfa13b

Complementary Color

#dfa13b #3b79df

#dfa13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa13b Color CSS Codes

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

#dfa13b Text Font Color

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

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


#dfa13b Background Color

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

This div background color is #dfa13b


#dfa13b Border Color

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

This div border color is #dfa13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa13b


Comments

No comments written yet.

Please login to write comment.