#D8AD96

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

Shades of Cashmere #D8AD96

Tints of Cashmere #D8AD96

Color information

#D8AD96 (or 0xD8AD96) is unknown color: approx Cashmere. HEX triplet: D8, AD and 96. RGB value is (216,173,150). Sum of RGB (Red+Green+Blue) = 216+173+150=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD96 is #275269. Grayscale: #B7B7B7. Windows color (decimal): -2577002 or 9874904. OLE color: 9874904.

HSL color Cylindrical-coordinate representation of color #D8AD96: hue angle of 20.91º 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 #D8AD96 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216173150-
CMYK00.200.310.15
HSL20.91º45.83%71.76%-
HSV(B)20.91º30.56%84.71%-
XYZ48.7746.6935.3-
YUV183.24109.25151.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=40.07%
G=32.10%
B=27.83%

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
Decimal21617315000.200.310.1520.9145.8371.76
HexD8AD960141FF152e48
Octal33025522602437172556110
Binary110110001010110110010110010100111111111101011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD96; }

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

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

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

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

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

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

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

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