#D0AE97

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

Shades of Cashmere #D0AE97

Tints of Cashmere #D0AE97

Color information

#D0AE97 (or 0xD0AE97) is unknown color: approx Cashmere. HEX triplet: D0, AE and 97. RGB value is (208,174,151). Sum of RGB (Red+Green+Blue) = 208+174+151=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE97 is #2F5168. Grayscale: #B5B5B5. Windows color (decimal): -3101033 or 9940688. OLE color: 9940688.

HSL color Cylindrical-coordinate representation of color #D0AE97: hue angle of 24.21º 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 #D0AE97 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB208174151-
CMYK00.160.270.18
HSL24.21º37.75%70.39%-
HSV(B)24.21º27.4%81.57%-
XYZ46.7345.9235.68-
YUV181.54110.76146.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=39.02%
G=32.65%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817415100.160.270.1824.2137.7570.39
HexD0AE970101B12182646
Octal32025622702033223046106
Binary1101000010101110100101110100001101110010110001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE97; }

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

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

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

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

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

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

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

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