#D0AE96

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

Shades of Cashmere #D0AE96

Tints of Cashmere #D0AE96

Color information

#D0AE96 (or 0xD0AE96) is unknown color: approx Cashmere. HEX triplet: D0, AE and 96. RGB value is (208,174,150). Sum of RGB (Red+Green+Blue) = 208+174+150=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE96 is #2F5169. Grayscale: #B5B5B5. Windows color (decimal): -3101034 or 9875152. OLE color: 9875152.

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

Color convert

RGB208174150-
CMYK00.160.280.18
HSL24.83º38.16%70.2%-
HSV(B)24.83º27.88%81.57%-
XYZ46.6545.8835.25-
YUV181.43110.26146.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=39.10%
G=32.71%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817415000.160.280.1824.8338.1670.2
HexD0AE960101C12192646
Octal32025622602034223146106
Binary1101000010101110100101100100001110010010110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE96; }

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

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

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

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

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

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

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

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