#D9B091

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

Shades of Cashmere #D9B091

Tints of Cashmere #D9B091

Color information

#D9B091 (or 0xD9B091) is unknown color: approx Cashmere. HEX triplet: D9, B0 and 91. RGB value is (217,176,145). Sum of RGB (Red+Green+Blue) = 217+176+145=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B091 is #264F6E. Grayscale: #B8B8B8. Windows color (decimal): -2510703 or 9547993. OLE color: 9547993.

HSL color Cylindrical-coordinate representation of color #D9B091: hue angle of 25.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9B091 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217176145-
CMYK00.190.330.15
HSL25.83º48.65%70.98%-
HSV(B)25.83º33.18%85.1%-
XYZ49.2547.8533.43-
YUV184.72105.58151.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 145 (57.03% from 255) = 26.95%
R=40.33%
G=32.71%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717614500.190.330.1525.8348.6570.98
HexD9B09101321F1a3147
Octal33126022102341173261107
Binary1101100110110000100100010100111000011111110101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B091; }

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

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

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

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

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

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

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

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