#D8AD97

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

Shades of Cashmere #D8AD97

Tints of Cashmere #D8AD97

Color information

#D8AD97 (or 0xD8AD97) is unknown color: approx Cashmere. HEX triplet: D8, AD and 97. RGB value is (216,173,151). Sum of RGB (Red+Green+Blue) = 216+173+151=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD97 is #275268. Grayscale: #B7B7B7. Windows color (decimal): -2577001 or 9940440. OLE color: 9940440.

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

Color convert

RGB216173151-
CMYK00.200.300.15
HSL20.31º45.45%71.96%-
HSV(B)20.31º30.09%84.71%-
XYZ48.8546.7235.72-
YUV183.35109.75151.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=40%
G=32.04%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617315100.200.300.1520.3145.4571.96
HexD8AD970141EF142d48
Octal33025522702436172455110
Binary110110001010110110010111010100111101111101001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD97; }

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

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

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

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

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

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

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

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