#D8AB93

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

Shades of Cashmere #D8AB93

Tints of Cashmere #D8AB93

Color information

#D8AB93 (or 0xD8AB93) is unknown color: approx Cashmere. HEX triplet: D8, AB and 93. RGB value is (216,171,147). Sum of RGB (Red+Green+Blue) = 216+171+147=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AB93 is #27546C. Grayscale: #B5B5B5. Windows color (decimal): -2577517 or 9677784. OLE color: 9677784.

HSL color Cylindrical-coordinate representation of color #D8AB93: hue angle of 20.87º degrees, saturation: 0.47, 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 #D8AB93 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216171147-
CMYK00.210.320.15
HSL20.87º46.94%71.18%-
HSV(B)20.87º31.94%84.71%-
XYZ48.1545.8333.91-
YUV181.72108.41152.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=40.45%
G=32.02%
B=27.53%

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
Decimal21617114700.210.320.1520.8746.9471.18
HexD8AB9301520F152f47
Octal33025322302540172557107
Binary1101100010101011100100110101011000001111101011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB93; }

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

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

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

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

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

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

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

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