Color Hex Logo

#dfaa52 Color Hex

#DFAA52
(223,170,82)
0 Favorites   0 Comments

Color spaces of #dfaa52

RGB 22317082
HSL0.100.690.60
HSV37°63°87°
CMYK 0.000.240.63   0.13
XYZ46.329145.046614.2357
Yxy45.04660.43870.4265
Hunter Lab67.11685.760034.4061
CIE-Lab72.922610.210451.8062

#dfaa52 color RGB value is (223,170,82).

#dfaa52 hex color red value is 223, green value is 170 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dfaa52 hue: 0.10 , saturation: 0.69 and the lightness value of dfaa52 is 0.60.

The process color (four color CMYK) of #dfaa52 color hex is 0.00, 0.24, 0.63, 0.13. Web safe color of #dfaa52 is #cc9966. Color #dfaa52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01010010
Octal 337 252 122
Decimal 223 170 82
Hex DF AA 52

RGB Percentages of Color #dfaa52

%46.95
%35.79
%17.26

CMYK Percentages of Color #dfaa52

%0
%24
%63
%13

Triadic Colors of #dfaa52

#dfaa52 #52dfaa #aa52df

Analogous Colors of #dfaa52

#dfaa52 #cedf52 #df6452

Monochromatic Colors of #dfaa52

#dfaa52

Complementary Color

#dfaa52 #5287df

#dfaa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa52 Color CSS Codes

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

#dfaa52 Text Font Color

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

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


#dfaa52 Background Color

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

This div background color is #dfaa52


#dfaa52 Border Color

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

This div border color is #dfaa52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa52

#dfaa52 Color Palettes


Comments

No comments written yet.

Please login to write comment.