#D9B095

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

Shades of Cashmere #D9B095

Tints of Cashmere #D9B095

Color information

#D9B095 (or 0xD9B095) is unknown color: approx Cashmere. HEX triplet: D9, B0 and 95. RGB value is (217,176,149). Sum of RGB (Red+Green+Blue) = 217+176+149=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B095 is #264F6A. Grayscale: #B9B9B9. Windows color (decimal): -2510699 or 9810137. OLE color: 9810137.

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

Color convert

RGB217176149-
CMYK00.190.310.15
HSL23.82º47.22%71.76%-
HSV(B)23.82º31.34%85.1%-
XYZ49.5747.9735.08-
YUV185.18107.58150.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=40.04%
G=32.47%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717614900.190.310.1523.8247.2271.76
HexD9B0950131FF182f48
Octal33126022502337173057110
Binary110110011011000010010101010011111111111110001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B095; }

 p { color: rgb(217,176,149); }

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

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

 a { background-color: rgb(217,176,149); }

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

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

 span { border-color: rgb(217,176,149); }

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