#D8B29C

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

Shades of Cashmere #D8B29C

Tints of Cashmere #D8B29C

Color information

#D8B29C (or 0xD8B29C) is unknown color: approx Cashmere. HEX triplet: D8, B2 and 9C. RGB value is (216,178,156). Sum of RGB (Red+Green+Blue) = 216+178+156=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B29C is #274D63. Grayscale: #BABABA. Windows color (decimal): -2575716 or 10269400. OLE color: 10269400.

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

Color convert

RGB216178156-
CMYK00.180.280.15
HSL22º43.48%72.94%-
HSV(B)22º27.78%84.71%-
XYZ50.2448.8438.23-
YUV186.85110.59148.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=39.27%
G=32.36%
B=28.36%

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
Decimal21617815600.180.280.152243.4872.94
HexD8B29C0121CF162b49
Octal33026223402234172653111
Binary110110001011001010011100010010111001111101101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B29C; }

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

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

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

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

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

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

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

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