#D9B397

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

Shades of Cashmere #D9B397

Tints of Cashmere #D9B397

Color information

#D9B397 (or 0xD9B397) is unknown color: approx Cashmere. HEX triplet: D9, B3 and 97. RGB value is (217,179,151). Sum of RGB (Red+Green+Blue) = 217+179+151=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B397 is #264C68. Grayscale: #BBBBBB. Windows color (decimal): -2509929 or 9941977. OLE color: 9941977.

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

Color convert

RGB217179151-
CMYK00.180.300.15
HSL25.45º46.48%72.16%-
HSV(B)25.45º30.41%85.1%-
XYZ50.3249.2336.13-
YUV187.17107.59149.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=39.67%
G=32.72%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717915100.180.300.1525.4546.4872.16
HexD9B3970121EF192e48
Octal33126322702236173156110
Binary110110011011001110010111010010111101111110011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B397; }

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

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

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

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

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

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

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

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