Shades of Cashmere #D1B597
Tints of Cashmere #D1B597
RGB
CMYK
RGB Variations
Color information
#D1B597 (or 0xD1B597) is known color: Cashmere. HEX triplet: D1, B5 and 97. RGB value is (209,181,151). Sum of RGB (Red+Green+Blue) = 209+181+151=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B597 is #2E4A68. Grayscale: #BABABA. Windows color (decimal): -3033705 or 9942481. OLE color: 9942481.
HSL color Cylindrical-coordinate representation of color #D1B597: hue angle of 31.03º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1B597 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 151 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.18 |
| HSL | 31.03º | 0.39% | 0.71% | - |
| HSV(B) | 31.03º | 0.28% | 0.82% | - |
| XYZ | 48.4 | 48.84 | 36.15 | - |
| YUV | 185.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 151 | 0 | 0.13 | 0.28 | 0.18 | 31.03 | 0.39 | 0.71 |
| Hex | D1 | B5 | 97 | 0 | D | 1C | 12 | 1F | 27 | 47 |
| Octal | 321 | 265 | 227 | 0 | 15 | 34 | 22 | 37 | 47 | 107 |
| Binary | 11010001 | 10110101 | 10010111 | 0 | 1101 | 11100 | 10010 | 11111 | 100111 | 1000111 |
Color Harmonies of #D1B597
Complementary color
Monochromatic Colors of #D1B597
Black with #D1B597
Text Example
Text Example
White with #D1B597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B597; }
p { color: rgb(209,181,151); }
H1.HeaderClassName
{
color: #D1B597;
}
.AnyTagClassName
{
color: #D1B597;
}
</style>
background-color css
<style>
a { background-color: #D1B597; }
a { background-color: rgb(209,181,151); }
div.DivClassName
{
background-color: #D1B597;
}
.BgClassName
{
background-color: #D1B597;
}
</style>
border-color css
<style>
span { border-color: #D1B597; }
span { border-color: rgb(209,181,151); }
td.TdClassName
{
border-color: #D1B597;
}
.TagClassName
{
border-color: #D1B597;
}
</style>