#D9AB93

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

Shades of Cashmere #D9AB93

Tints of Cashmere #D9AB93

Color information

#D9AB93 (or 0xD9AB93) is unknown color: approx Cashmere. HEX triplet: D9, AB and 93. RGB value is (217,171,147). Sum of RGB (Red+Green+Blue) = 217+171+147=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AB93 is #26546C. Grayscale: #B6B6B6. Windows color (decimal): -2511981 or 9677785. OLE color: 9677785.

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

Color convert

RGB217171147-
CMYK00.210.320.15
HSL20.57º47.95%71.37%-
HSV(B)20.57º32.26%85.1%-
XYZ48.4445.9833.93-
YUV182.02108.24152.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=40.56%
G=31.96%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717114700.210.320.1520.5747.9571.37
HexD9AB9301520F153047
Octal33125322302540172560107
Binary1101100110101011100100110101011000001111101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB93; }

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

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

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

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

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

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

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

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