#D1AE98

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

Shades of Cashmere #D1AE98

Tints of Cashmere #D1AE98

Color information

#D1AE98 (or 0xD1AE98) is unknown color: approx Cashmere. HEX triplet: D1, AE and 98. RGB value is (209,174,152). Sum of RGB (Red+Green+Blue) = 209+174+152=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AE98 is #2E5167. Grayscale: #B6B6B6. Windows color (decimal): -3035496 or 10006225. OLE color: 10006225.

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

Color convert

RGB209174152-
CMYK00.170.270.18
HSL23.16º38.26%70.78%-
HSV(B)23.16º27.27%81.96%-
XYZ47.146.0936.12-
YUV181.96111.1147.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=39.07%
G=32.52%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917415200.170.270.1823.1638.2670.78
HexD1AE980111B12172647
Octal32125623002133222746107
Binary1101000110101110100110000100011101110010101111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE98; }

 p { color: rgb(209,174,152); }

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

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

 a { background-color: rgb(209,174,152); }

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

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

 span { border-color: rgb(209,174,152); }

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