#D0AA97

Color #D0AA97 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #D0AA97

Tints of Cashmere #D0AA97

Color information

#D0AA97 (or 0xD0AA97) is unknown color: approx Cashmere. HEX triplet: D0, AA and 97. RGB value is (208,170,151). Sum of RGB (Red+Green+Blue) = 208+170+151=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA97 is #2F5568. Grayscale: #B3B3B3. Windows color (decimal): -3102057 or 9939664. OLE color: 9939664.

HSL color Cylindrical-coordinate representation of color #D0AA97: hue angle of 20º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0AA97 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB208170151-
CMYK00.180.270.18
HSL20º37.75%70.39%-
HSV(B)20º27.4%81.57%-
XYZ45.9744.3935.42-
YUV179.2112.09148.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=39.32%
G=32.14%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817015100.180.270.182037.7570.39
HexD0AA970121B12142646
Octal32025222702233222446106
Binary1101000010101010100101110100101101110010101001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AA97; }

 p { color: rgb(208,170,151); }

 H1.HeaderClassName
 {
   color: #D0AA97;
 }
 .AnyTagClassName
 {
   color: #D0AA97;
 }
</style>
background-color css

<style>
 a { background-color: #D0AA97; }

 a { background-color: rgb(208,170,151); }

 div.DivClassName
 {
   background-color: #D0AA97;
 }
 .BgClassName
 {
   background-color: #D0AA97;
 }
</style>
border-color css

<style>
 span { border-color: #D0AA97; }

 span { border-color: rgb(208,170,151); }

 td.TdClassName
 {
   border-color: #D0AA97;
 }
 .TagClassName
 {
   border-color: #D0AA97;
 }
</style>