Shades of Cashmere #D5B29E
Tints of Cashmere #D5B29E
RGB
CMYK
RGB Variations
Color information
#D5B29E (or 0xD5B29E) is known color: Cashmere. HEX triplet: D5, B2 and 9E. RGB value is (213,178,158). Sum of RGB (Red+Green+Blue) = 213+178+158=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B29E is #2A4D61. Grayscale: #BABABA. Windows color (decimal): -2772322 or 10400469. OLE color: 10400469.
HSL color Cylindrical-coordinate representation of color #D5B29E: hue angle of 21.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5B29E is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 158 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.16 |
| HSL | 21.82º | 0.4% | 0.73% | - |
| HSV(B) | 21.82º | 0.26% | 0.84% | - |
| XYZ | 49.53 | 48.46 | 39.09 | - |
| YUV | 186.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 158 | 0 | 0.16 | 0.26 | 0.16 | 21.82 | 0.4 | 0.73 |
| Hex | D5 | B2 | 9E | 0 | 10 | 1A | 10 | 16 | 28 | 49 |
| Octal | 325 | 262 | 236 | 0 | 20 | 32 | 20 | 26 | 50 | 111 |
| Binary | 11010101 | 10110010 | 10011110 | 0 | 10000 | 11010 | 10000 | 10110 | 101000 | 1001001 |
Color Harmonies of #D5B29E
Complementary color
Monochromatic Colors of #D5B29E
Black with #D5B29E
Text Example
Text Example
White with #D5B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B29E; }
p { color: rgb(213,178,158); }
H1.HeaderClassName
{
color: #D5B29E;
}
.AnyTagClassName
{
color: #D5B29E;
}
</style>
background-color css
<style>
a { background-color: #D5B29E; }
a { background-color: rgb(213,178,158); }
div.DivClassName
{
background-color: #D5B29E;
}
.BgClassName
{
background-color: #D5B29E;
}
</style>
border-color css
<style>
span { border-color: #D5B29E; }
span { border-color: rgb(213,178,158); }
td.TdClassName
{
border-color: #D5B29E;
}
.TagClassName
{
border-color: #D5B29E;
}
</style>