Color Hex Logo

#dfaa66 Color Hex

#DFAA66
(223,170,102)
0 Favorites   0 Comments

Color spaces of #dfaa66

RGB 223170102
HSL0.090.650.64
HSV34°54°87°
CMYK 0.000.240.54   0.13
XYZ47.204445.396718.8449
Yxy45.39670.42360.4073
Hunter Lab67.37717.147330.5809
CIE-Lab73.152311.682742.2538

#dfaa66 color RGB value is (223,170,102).

#dfaa66 hex color red value is 223, green value is 170 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dfaa66 hue: 0.09 , saturation: 0.65 and the lightness value of dfaa66 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01100110
Octal 337 252 146
Decimal 223 170 102
Hex DF AA 66

RGB Percentages of Color #dfaa66

%45.05
%34.34
%20.61

CMYK Percentages of Color #dfaa66

%0
%24
%54
%13

Triadic Colors of #dfaa66

#dfaa66 #66dfaa #aa66df

Analogous Colors of #dfaa66

#dfaa66 #d8df66 #df6e66

Monochromatic Colors of #dfaa66

#dfaa66

Complementary Color

#dfaa66 #669bdf

#dfaa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa66 Color CSS Codes

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

#dfaa66 Text Font Color

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

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


#dfaa66 Background Color

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

This div background color is #dfaa66


#dfaa66 Border Color

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

This div border color is #dfaa66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa66


Comments

No comments written yet.

Please login to write comment.