#D9B597

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

Shades of Cashmere #D9B597

Tints of Cashmere #D9B597

Color information

#D9B597 (or 0xD9B597) is unknown color: approx Cashmere. HEX triplet: D9, B5 and 97. RGB value is (217,181,151). Sum of RGB (Red+Green+Blue) = 217+181+151=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B597 is #264A68. Grayscale: #BCBCBC. Windows color (decimal): -2509417 or 9942489. OLE color: 9942489.

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

Color convert

RGB217181151-
CMYK00.170.300.15
HSL27.27º46.48%72.16%-
HSV(B)27.27º30.41%85.1%-
XYZ50.7350.0336.26-
YUV188.34106.93148.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=39.53%
G=32.97%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718115100.170.300.1527.2746.4872.16
HexD9B5970111EF1b2e48
Octal33126522702136173356110
Binary110110011011010110010111010001111101111110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B597; }

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

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

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

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

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

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

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

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