Shades of Cashmere #D5B29C
Tints of Cashmere #D5B29C
RGB
CMYK
RGB Variations
Color information
#D5B29C (or 0xD5B29C) is known color: Cashmere. HEX triplet: D5, B2 and 9C. RGB value is (213,178,156). Sum of RGB (Red+Green+Blue) = 213+178+156=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B29C is #2A4D63. Grayscale: #BABABA. Windows color (decimal): -2772324 or 10269397. OLE color: 10269397.
HSL color Cylindrical-coordinate representation of color #D5B29C: hue angle of 23.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5B29C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 156 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.16 |
| HSL | 23.16º | 0.4% | 0.72% | - |
| HSV(B) | 23.16º | 0.27% | 0.84% | - |
| XYZ | 49.36 | 48.39 | 38.19 | - |
| YUV | 185.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 156 | 0 | 0.16 | 0.27 | 0.16 | 23.16 | 0.4 | 0.72 |
| Hex | D5 | B2 | 9C | 0 | 10 | 1B | 10 | 17 | 28 | 48 |
| Octal | 325 | 262 | 234 | 0 | 20 | 33 | 20 | 27 | 50 | 110 |
| Binary | 11010101 | 10110010 | 10011100 | 0 | 10000 | 11011 | 10000 | 10111 | 101000 | 1001000 |
Color Harmonies of #D5B29C
Complementary color
Monochromatic Colors of #D5B29C
Black with #D5B29C
Text Example
Text Example
White with #D5B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B29C; }
p { color: rgb(213,178,156); }
H1.HeaderClassName
{
color: #D5B29C;
}
.AnyTagClassName
{
color: #D5B29C;
}
</style>
background-color css
<style>
a { background-color: #D5B29C; }
a { background-color: rgb(213,178,156); }
div.DivClassName
{
background-color: #D5B29C;
}
.BgClassName
{
background-color: #D5B29C;
}
</style>
border-color css
<style>
span { border-color: #D5B29C; }
span { border-color: rgb(213,178,156); }
td.TdClassName
{
border-color: #D5B29C;
}
.TagClassName
{
border-color: #D5B29C;
}
</style>