#D9AD98

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

Shades of Cashmere #D9AD98

Tints of Cashmere #D9AD98

Color information

#D9AD98 (or 0xD9AD98) is unknown color: approx Cashmere. HEX triplet: D9, AD and 98. RGB value is (217,173,152). Sum of RGB (Red+Green+Blue) = 217+173+152=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD98 is #265267. Grayscale: #B7B7B7. Windows color (decimal): -2511464 or 10005977. OLE color: 10005977.

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

Color convert

RGB217173152-
CMYK00.200.300.15
HSL19.38º46.1%72.35%-
HSV(B)19.38º29.95%85.1%-
XYZ49.2346.9136.16-
YUV183.76110.08151.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 152 (59.77% from 255) = 28.04%
R=40.04%
G=31.92%
B=28.04%

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
Decimal21717315200.200.300.1519.3846.172.35
HexD9AD980141EF132e48
Octal33125523002436172356110
Binary110110011010110110011000010100111101111100111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD98; }

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

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

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

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

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

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

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

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