Color Hex Logo

#dfa53a Color Hex

#DFA53A
(223,165,58)
0 Favorites   0 Comments

Color spaces of #dfa53a

RGB 22316558
HSL0.110.720.55
HSV39°74°87°
CMYK 0.000.260.74   0.13
XYZ44.650342.90379.9309
Yxy42.90370.45800.4401
Hunter Lab65.50097.052336.8614
CIE-Lab71.489611.575660.8171

#dfa53a color RGB value is (223,165,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 00111010
Octal 337 245 72
Decimal 223 165 58
Hex DF A5 3A

RGB Percentages of Color #dfa53a

%50.00
%37.00
%13.00

CMYK Percentages of Color #dfa53a

%0
%26
%74
%13

Triadic Colors of #dfa53a

#dfa53a #3adfa5 #a53adf

Analogous Colors of #dfa53a

#dfa53a #c7df3a #df533a

Monochromatic Colors of #dfa53a

#dfa53a

Complementary Color

#dfa53a #3a74df

#dfa53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa53a Color CSS Codes

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

#dfa53a Text Font Color

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

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


#dfa53a Background Color

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

This div background color is #dfa53a


#dfa53a Border Color

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

This div border color is #dfa53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa53a


Comments

No comments written yet.

Please login to write comment.