#D9AB90

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

Shades of Cashmere #D9AB90

Tints of Cashmere #D9AB90

Color information

#D9AB90 (or 0xD9AB90) is unknown color: approx Cashmere. HEX triplet: D9, AB and 90. RGB value is (217,171,144). Sum of RGB (Red+Green+Blue) = 217+171+144=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AB90 is #26546F. Grayscale: #B5B5B5. Windows color (decimal): -2511984 or 9481177. OLE color: 9481177.

HSL color Cylindrical-coordinate representation of color #D9AB90: hue angle of 22.19º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9AB90 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB217171144-
CMYK00.210.340.15
HSL22.19º48.99%70.78%-
HSV(B)22.19º33.64%85.1%-
XYZ48.2145.8932.7-
YUV181.68106.74153.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=40.79%
G=32.14%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717114400.210.340.1522.1948.9970.78
HexD9AB9001522F163147
Octal33125322002542172661107
Binary1101100110101011100100000101011000101111101101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB90; }

 p { color: rgb(217,171,144); }

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

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

 a { background-color: rgb(217,171,144); }

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

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

 span { border-color: rgb(217,171,144); }

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