#D8AD99

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

Shades of Cashmere #D8AD99

Tints of Cashmere #D8AD99

Color information

#D8AD99 (or 0xD8AD99) is unknown color: approx Cashmere. HEX triplet: D8, AD and 99. RGB value is (216,173,153). Sum of RGB (Red+Green+Blue) = 216+173+153=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD99 is #275266. Grayscale: #B7B7B7. Windows color (decimal): -2576999 or 10071512. OLE color: 10071512.

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

Color convert

RGB216173153-
CMYK00.200.290.15
HSL19.05º44.68%72.35%-
HSV(B)19.05º29.17%84.71%-
XYZ49.0146.7936.58-
YUV183.58110.75151.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 153 (60.16% from 255) = 28.23%
R=39.85%
G=31.92%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617315300.200.290.1519.0544.6872.35
HexD8AD990141DF132d48
Octal33025523102435172355110
Binary110110001010110110011001010100111011111100111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD99; }

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

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

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

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

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

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

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

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