#D9AD97

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

Shades of Cashmere #D9AD97

Tints of Cashmere #D9AD97

Color information

#D9AD97 (or 0xD9AD97) is unknown color: approx Cashmere. HEX triplet: D9, AD and 97. RGB value is (217,173,151). Sum of RGB (Red+Green+Blue) = 217+173+151=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD97 is #265268. Grayscale: #B7B7B7. Windows color (decimal): -2511465 or 9940441. OLE color: 9940441.

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

Color convert

RGB217173151-
CMYK00.200.300.15
HSL20º46.48%72.16%-
HSV(B)20º30.41%85.1%-
XYZ49.1446.8735.74-
YUV183.65109.58151.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=40.11%
G=31.98%
B=27.91%

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
Decimal21717315100.200.300.152046.4872.16
HexD9AD970141EF142e48
Octal33125522702436172456110
Binary110110011010110110010111010100111101111101001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD97; }

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

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

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

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

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

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

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

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