#D9B29C

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

Shades of Cashmere #D9B29C

Tints of Cashmere #D9B29C

Color information

#D9B29C (or 0xD9B29C) is unknown color: approx Cashmere. HEX triplet: D9, B2 and 9C. RGB value is (217,178,156). Sum of RGB (Red+Green+Blue) = 217+178+156=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B29C is #264D63. Grayscale: #BBBBBB. Windows color (decimal): -2510180 or 10269401. OLE color: 10269401.

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

Color convert

RGB217178156-
CMYK00.180.280.15
HSL21.64º44.53%73.14%-
HSV(B)21.64º28.11%85.1%-
XYZ50.5448.9938.25-
YUV187.15110.42149.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 156 (61.33% from 255) = 28.31%
R=39.38%
G=32.30%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717815600.180.280.1521.6444.5373.14
HexD9B29C0121CF162d49
Octal33126223402234172655111
Binary110110011011001010011100010010111001111101101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B29C; }

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

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

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

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

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

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

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

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