#D8B29B

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

Shades of Cashmere #D8B29B

Tints of Cashmere #D8B29B

Color information

#D8B29B (or 0xD8B29B) is unknown color: approx Cashmere. HEX triplet: D8, B2 and 9B. RGB value is (216,178,155). Sum of RGB (Red+Green+Blue) = 216+178+155=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B29B is #274D64. Grayscale: #BABABA. Windows color (decimal): -2575717 or 10203864. OLE color: 10203864.

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

Color convert

RGB216178155-
CMYK00.180.280.15
HSL22.62º43.88%72.75%-
HSV(B)22.62º28.24%84.71%-
XYZ50.1648.8137.79-
YUV186.74110.09148.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 178 (69.92% from 255) = 32.42%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=39.34%
G=32.42%
B=28.23%

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
Decimal21617815500.180.280.1522.6243.8872.75
HexD8B29B0121CF172c49
Octal33026223302234172754111
Binary110110001011001010011011010010111001111101111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B29B; }

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

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

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

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

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

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

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

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