#D8AE96

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

Shades of Cashmere #D8AE96

Tints of Cashmere #D8AE96

Color information

#D8AE96 (or 0xD8AE96) is unknown color: approx Cashmere. HEX triplet: D8, AE and 96. RGB value is (216,174,150). Sum of RGB (Red+Green+Blue) = 216+174+150=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE96 is #275169. Grayscale: #B7B7B7. Windows color (decimal): -2576746 or 9875160. OLE color: 9875160.

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

Color convert

RGB216174150-
CMYK00.190.310.15
HSL21.82º45.83%71.76%-
HSV(B)21.82º30.56%84.71%-
XYZ48.9647.0735.36-
YUV183.82108.91150.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=40%
G=32.22%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617415000.190.310.1521.8245.8371.76
HexD8AE960131FF162e48
Octal33025622602337172656110
Binary110110001010111010010110010011111111111101101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE96; }

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

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

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

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

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

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

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

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