Shades of Cashmere #D5B494
Tints of Cashmere #D5B494
RGB
CMYK
RGB Variations
Color information
#D5B494 (or 0xD5B494) is known color: Cashmere. HEX triplet: D5, B4 and 94. RGB value is (213,180,148). Sum of RGB (Red+Green+Blue) = 213+180+148=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B494 is #2A4B6B. Grayscale: #BABABA. Windows color (decimal): -2771820 or 9745621. OLE color: 9745621.
HSL color Cylindrical-coordinate representation of color #D5B494: hue angle of 29.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5B494 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 148 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.16 |
| HSL | 29.54º | 0.44% | 0.71% | - |
| HSV(B) | 29.54º | 0.31% | 0.84% | - |
| XYZ | 49.11 | 48.93 | 34.87 | - |
| YUV | 186.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 148 | 0 | 0.15 | 0.31 | 0.16 | 29.54 | 0.44 | 0.71 |
| Hex | D5 | B4 | 94 | 0 | F | 1F | 10 | 1E | 2C | 47 |
| Octal | 325 | 264 | 224 | 0 | 17 | 37 | 20 | 36 | 54 | 107 |
| Binary | 11010101 | 10110100 | 10010100 | 0 | 1111 | 11111 | 10000 | 11110 | 101100 | 1000111 |
Color Harmonies of #D5B494
Complementary color
Monochromatic Colors of #D5B494
Black with #D5B494
Text Example
Text Example
White with #D5B494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B494; }
p { color: rgb(213,180,148); }
H1.HeaderClassName
{
color: #D5B494;
}
.AnyTagClassName
{
color: #D5B494;
}
</style>
background-color css
<style>
a { background-color: #D5B494; }
a { background-color: rgb(213,180,148); }
div.DivClassName
{
background-color: #D5B494;
}
.BgClassName
{
background-color: #D5B494;
}
</style>
border-color css
<style>
span { border-color: #D5B494; }
span { border-color: rgb(213,180,148); }
td.TdClassName
{
border-color: #D5B494;
}
.TagClassName
{
border-color: #D5B494;
}
</style>