#D8AB90

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

Shades of Cashmere #D8AB90

Tints of Cashmere #D8AB90

Color information

#D8AB90 (or 0xD8AB90) is unknown color: approx Cashmere. HEX triplet: D8, AB and 90. RGB value is (216,171,144). Sum of RGB (Red+Green+Blue) = 216+171+144=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AB90 is #27546F. Grayscale: #B5B5B5. Windows color (decimal): -2577520 or 9481176. OLE color: 9481176.

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

Color convert

RGB216171144-
CMYK00.210.330.15
HSL22.5º48%70.59%-
HSV(B)22.5º33.33%84.71%-
XYZ47.9245.7432.69-
YUV181.38106.91152.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=40.68%
G=32.20%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617114400.210.330.1522.54870.59
HexD8AB9001521F173047
Octal33025322002541172760107
Binary1101100010101011100100000101011000011111101111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB90; }

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

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

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

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

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

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

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

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