#D1AE99

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

Shades of Cashmere #D1AE99

Tints of Cashmere #D1AE99

Color information

#D1AE99 (or 0xD1AE99) is unknown color: approx Cashmere. HEX triplet: D1, AE and 99. RGB value is (209,174,153). Sum of RGB (Red+Green+Blue) = 209+174+153=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AE99 is #2E5166. Grayscale: #B6B6B6. Windows color (decimal): -3035495 or 10071761. OLE color: 10071761.

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

Color convert

RGB209174153-
CMYK00.170.270.18
HSL22.5º37.84%70.98%-
HSV(B)22.5º26.79%81.96%-
XYZ47.1846.1336.55-
YUV182.07111.6147.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=38.99%
G=32.46%
B=28.54%

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
Decimal20917415300.170.270.1822.537.8470.98
HexD1AE990111B12172647
Octal32125623102133222746107
Binary1101000110101110100110010100011101110010101111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE99; }

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

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

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

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

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

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

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

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