#D9B197

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

Shades of Cashmere #D9B197

Tints of Cashmere #D9B197

Color information

#D9B197 (or 0xD9B197) is unknown color: approx Cashmere. HEX triplet: D9, B1 and 97. RGB value is (217,177,151). Sum of RGB (Red+Green+Blue) = 217+177+151=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B197 is #264E68. Grayscale: #BABABA. Windows color (decimal): -2510441 or 9941465. OLE color: 9941465.

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

Color convert

RGB217177151-
CMYK00.180.300.15
HSL23.64º46.48%72.16%-
HSV(B)23.64º30.41%85.1%-
XYZ49.9248.4335.99-
YUV186108.25150.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=39.82%
G=32.48%
B=27.71%

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
Decimal21717715100.180.300.1523.6446.4872.16
HexD9B1970121EF182e48
Octal33126122702236173056110
Binary110110011011000110010111010010111101111110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B197; }

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

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

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

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

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

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

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

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