#D8AD98

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

Shades of Cashmere #D8AD98

Tints of Cashmere #D8AD98

Color information

#D8AD98 (or 0xD8AD98) is unknown color: approx Cashmere. HEX triplet: D8, AD and 98. RGB value is (216,173,152). Sum of RGB (Red+Green+Blue) = 216+173+152=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD98 is #275267. Grayscale: #B7B7B7. Windows color (decimal): -2577000 or 10005976. OLE color: 10005976.

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

Color convert

RGB216173152-
CMYK00.200.300.15
HSL19.69º45.07%72.16%-
HSV(B)19.69º29.63%84.71%-
XYZ48.9346.7536.15-
YUV183.46110.25151.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=39.93%
G=31.98%
B=28.10%

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
Decimal21617315200.200.300.1519.6945.0772.16
HexD8AD980141EF142d48
Octal33025523002436172455110
Binary110110001010110110011000010100111101111101001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD98; }

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

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

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

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

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

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

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

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