#D8AC96

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

Shades of Cashmere #D8AC96

Tints of Cashmere #D8AC96

Color information

#D8AC96 (or 0xD8AC96) is unknown color: approx Cashmere. HEX triplet: D8, AC and 96. RGB value is (216,172,150). Sum of RGB (Red+Green+Blue) = 216+172+150=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC96 is #275369. Grayscale: #B6B6B6. Windows color (decimal): -2577258 or 9874648. OLE color: 9874648.

HSL color Cylindrical-coordinate representation of color #D8AC96: hue angle of 20º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8AC96 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216172150-
CMYK00.200.310.15
HSL20º45.83%71.76%-
HSV(B)20º30.56%84.71%-
XYZ48.5846.3135.23-
YUV182.65109.58151.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=40.15%
G=31.97%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617215000.200.310.152045.8371.76
HexD8AC960141FF142e48
Octal33025422602437172456110
Binary110110001010110010010110010100111111111101001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC96; }

 p { color: rgb(216,172,150); }

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

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

 a { background-color: rgb(216,172,150); }

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

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

 span { border-color: rgb(216,172,150); }

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