Shades of Cashmere #D9B297
Tints of Cashmere #D9B297
RGB
CMYK
RGB Variations
Color information
#D9B297 (or 0xD9B297) is known color: Cashmere. HEX triplet: D9, B2 and 97. RGB value is (217,178,151). Sum of RGB (Red+Green+Blue) = 217+178+151=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B297 is #264D68. Grayscale: #BABABA. Windows color (decimal): -2510185 or 9941721. OLE color: 9941721.
HSL color Cylindrical-coordinate representation of color #D9B297: hue angle of 24.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9B297 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 151 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.15 |
| HSL | 24.55º | 0.46% | 0.72% | - |
| HSV(B) | 24.55º | 0.3% | 0.85% | - |
| XYZ | 50.12 | 48.83 | 36.06 | - |
| YUV | 186.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 151 | 0 | 0.18 | 0.30 | 0.15 | 24.55 | 0.46 | 0.72 |
| Hex | D9 | B2 | 97 | 0 | 12 | 1E | F | 19 | 2E | 48 |
| Octal | 331 | 262 | 227 | 0 | 22 | 36 | 17 | 31 | 56 | 110 |
| Binary | 11011001 | 10110010 | 10010111 | 0 | 10010 | 11110 | 1111 | 11001 | 101110 | 1001000 |
Color Harmonies of #D9B297
Complementary color
Monochromatic Colors of #D9B297
Black with #D9B297
Text Example
Text Example
White with #D9B297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B297; }
p { color: rgb(217,178,151); }
H1.HeaderClassName
{
color: #D9B297;
}
.AnyTagClassName
{
color: #D9B297;
}
</style>
background-color css
<style>
a { background-color: #D9B297; }
a { background-color: rgb(217,178,151); }
div.DivClassName
{
background-color: #D9B297;
}
.BgClassName
{
background-color: #D9B297;
}
</style>
border-color css
<style>
span { border-color: #D9B297; }
span { border-color: rgb(217,178,151); }
td.TdClassName
{
border-color: #D9B297;
}
.TagClassName
{
border-color: #D9B297;
}
</style>