#D9AD99

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

Shades of Cashmere #D9AD99

Tints of Cashmere #D9AD99

Color information

#D9AD99 (or 0xD9AD99) is unknown color: approx Cashmere. HEX triplet: D9, AD and 99. RGB value is (217,173,153). Sum of RGB (Red+Green+Blue) = 217+173+153=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD99 is #265266. Grayscale: #B8B8B8. Windows color (decimal): -2511463 or 10071513. OLE color: 10071513.

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

Color convert

RGB217173153-
CMYK00.200.290.15
HSL18.75º45.71%72.55%-
HSV(B)18.75º29.49%85.1%-
XYZ49.3146.9436.6-
YUV183.88110.58151.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=39.96%
G=31.86%
B=28.18%

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
Decimal21717315300.200.290.1518.7545.7172.55
HexD9AD990141DF132e49
Octal33125523102435172356111
Binary110110011010110110011001010100111011111100111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD99; }

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

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

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

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

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

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

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

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