Color Hex Logo

#dfa55c Color Hex

#DFA55C
(223,165,92)
0 Favorites   0 Comments

Color spaces of #dfa55c

RGB 22316592
HSL0.090.670.62
HSV33°59°87°
CMYK 0.000.260.59   0.13
XYZ45.818343.370916.0818
Yxy43.37090.43520.4120
Hunter Lab65.85668.938531.6213
CIE-Lab71.806013.571845.6702

#dfa55c color RGB value is (223,165,92).

#dfa55c hex color red value is 223, green value is 165 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dfa55c hue: 0.09 , saturation: 0.67 and the lightness value of dfa55c is 0.62.

The process color (four color CMYK) of #dfa55c color hex is 0.00, 0.26, 0.59, 0.13. Web safe color of #dfa55c is #cc9966. Color #dfa55c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 01011100
Octal 337 245 134
Decimal 223 165 92
Hex DF A5 5C

RGB Percentages of Color #dfa55c

%46.46
%34.38
%19.17

CMYK Percentages of Color #dfa55c

%0
%26
%59
%13

Triadic Colors of #dfa55c

#dfa55c #5cdfa5 #a55cdf

Analogous Colors of #dfa55c

#dfa55c #d8df5c #df645c

Monochromatic Colors of #dfa55c

#dfa55c

Complementary Color

#dfa55c #5c96df

#dfa55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa55c Color CSS Codes

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

#dfa55c Text Font Color

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

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


#dfa55c Background Color

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

This div background color is #dfa55c


#dfa55c Border Color

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

This div border color is #dfa55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa55c

#dfa55c Color Palettes


Comments

No comments written yet.

Please login to write comment.