#D9B29B

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

Shades of Cashmere #D9B29B

Tints of Cashmere #D9B29B

Color information

#D9B29B (or 0xD9B29B) is unknown color: approx Cashmere. HEX triplet: D9, B2 and 9B. RGB value is (217,178,155). Sum of RGB (Red+Green+Blue) = 217+178+155=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B29B is #264D64. Grayscale: #BBBBBB. Windows color (decimal): -2510181 or 10203865. OLE color: 10203865.

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

Color convert

RGB217178155-
CMYK00.180.290.15
HSL22.26º44.93%72.94%-
HSV(B)22.26º28.57%85.1%-
XYZ50.4548.9637.8-
YUV187.04109.92149.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=39.45%
G=32.36%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717815500.180.290.1522.2644.9372.94
HexD9B29B0121DF162d49
Octal33126223302235172655111
Binary110110011011001010011011010010111011111101101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B29B; }

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

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

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

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

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

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

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

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