Shades of Cashmere #D5B49C
Tints of Cashmere #D5B49C
RGB
CMYK
RGB Variations
Color information
#D5B49C (or 0xD5B49C) is known color: Cashmere. HEX triplet: D5, B4 and 9C. RGB value is (213,180,156). Sum of RGB (Red+Green+Blue) = 213+180+156=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B49C is #2A4B63. Grayscale: #BBBBBB. Windows color (decimal): -2771812 or 10269909. OLE color: 10269909.
HSL color Cylindrical-coordinate representation of color #D5B49C: hue angle of 25.26º 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 #D5B49C is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 156 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.16 |
| HSL | 25.26º | 0.4% | 0.72% | - |
| HSV(B) | 25.26º | 0.27% | 0.84% | - |
| XYZ | 49.76 | 49.19 | 38.32 | - |
| YUV | 187.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 156 | 0 | 0.15 | 0.27 | 0.16 | 25.26 | 0.4 | 0.72 |
| Hex | D5 | B4 | 9C | 0 | F | 1B | 10 | 19 | 28 | 48 |
| Octal | 325 | 264 | 234 | 0 | 17 | 33 | 20 | 31 | 50 | 110 |
| Binary | 11010101 | 10110100 | 10011100 | 0 | 1111 | 11011 | 10000 | 11001 | 101000 | 1001000 |
Color Harmonies of #D5B49C
Complementary color
Monochromatic Colors of #D5B49C
Black with #D5B49C
Text Example
Text Example
White with #D5B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B49C; }
p { color: rgb(213,180,156); }
H1.HeaderClassName
{
color: #D5B49C;
}
.AnyTagClassName
{
color: #D5B49C;
}
</style>
background-color css
<style>
a { background-color: #D5B49C; }
a { background-color: rgb(213,180,156); }
div.DivClassName
{
background-color: #D5B49C;
}
.BgClassName
{
background-color: #D5B49C;
}
</style>
border-color css
<style>
span { border-color: #D5B49C; }
span { border-color: rgb(213,180,156); }
td.TdClassName
{
border-color: #D5B49C;
}
.TagClassName
{
border-color: #D5B49C;
}
</style>