#D9B49B

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

Shades of Cashmere #D9B49B

Tints of Cashmere #D9B49B

Color information

#D9B49B (or 0xD9B49B) is unknown color: approx Cashmere. HEX triplet: D9, B4 and 9B. RGB value is (217,180,155). Sum of RGB (Red+Green+Blue) = 217+180+155=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B49B is #264B64. Grayscale: #BCBCBC. Windows color (decimal): -2509669 or 10204377. OLE color: 10204377.

HSL color Cylindrical-coordinate representation of color #D9B49B: hue angle of 24.19º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9B49B is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217180155-
CMYK00.170.290.15
HSL24.19º44.93%72.94%-
HSV(B)24.19º28.57%85.1%-
XYZ50.8549.7637.93-
YUV188.21109.26148.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=39.31%
G=32.61%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718015500.170.290.1524.1944.9372.94
HexD9B49B0111DF182d49
Octal33126423302135173055111
Binary110110011011010010011011010001111011111110001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B49B; }

 p { color: rgb(217,180,155); }

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

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

 a { background-color: rgb(217,180,155); }

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

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

 span { border-color: rgb(217,180,155); }

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