#D9B196

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

Shades of Cashmere #D9B196

Tints of Cashmere #D9B196

Color information

#D9B196 (or 0xD9B196) is unknown color: approx Cashmere. HEX triplet: D9, B1 and 96. RGB value is (217,177,150). Sum of RGB (Red+Green+Blue) = 217+177+150=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B196 is #264E69. Grayscale: #BABABA. Windows color (decimal): -2510442 or 9875929. OLE color: 9875929.

HSL color Cylindrical-coordinate representation of color #D9B196: hue angle of 24.18º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9B196 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB217177150-
CMYK00.180.310.15
HSL24.18º46.85%71.96%-
HSV(B)24.18º30.88%85.1%-
XYZ49.8448.435.57-
YUV185.88107.75150.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=39.89%
G=32.54%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717715000.180.310.1524.1846.8571.96
HexD9B1960121FF182f48
Octal33126122602237173057110
Binary110110011011000110010110010010111111111110001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B196; }

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

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

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

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

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

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

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

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