Shades of Bone #D9BBA1
Tints of Bone #D9BBA1
RGB
CMYK
RGB Variations
Color information
#D9BBA1 (or 0xD9BBA1) is known color: Bone. HEX triplet: D9, BB and A1. RGB value is (217,187,161). Sum of RGB (Red+Green+Blue) = 217+187+161=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBA1 is #26445E. Grayscale: #C1C1C1. Windows color (decimal): -2507871 or 10599385. OLE color: 10599385.
HSL color Cylindrical-coordinate representation of color #D9BBA1: hue angle of 27.86º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9BBA1 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 161 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.15 |
| HSL | 27.86º | 0.42% | 0.74% | - |
| HSV(B) | 27.86º | 0.26% | 0.85% | - |
| XYZ | 52.82 | 52.87 | 41.14 | - |
| YUV | 193.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 161 | 0 | 0.14 | 0.26 | 0.15 | 27.86 | 0.42 | 0.74 |
| Hex | D9 | BB | A1 | 0 | E | 1A | F | 1C | 2A | 4A |
| Octal | 331 | 273 | 241 | 0 | 16 | 32 | 17 | 34 | 52 | 112 |
| Binary | 11011001 | 10111011 | 10100001 | 0 | 1110 | 11010 | 1111 | 11100 | 101010 | 1001010 |
Color Harmonies of #D9BBA1
Complementary color
Monochromatic Colors of #D9BBA1
Black with #D9BBA1
Text Example
Text Example
White with #D9BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBA1; }
p { color: rgb(217,187,161); }
H1.HeaderClassName
{
color: #D9BBA1;
}
.AnyTagClassName
{
color: #D9BBA1;
}
</style>
background-color css
<style>
a { background-color: #D9BBA1; }
a { background-color: rgb(217,187,161); }
div.DivClassName
{
background-color: #D9BBA1;
}
.BgClassName
{
background-color: #D9BBA1;
}
</style>
border-color css
<style>
span { border-color: #D9BBA1; }
span { border-color: rgb(217,187,161); }
td.TdClassName
{
border-color: #D9BBA1;
}
.TagClassName
{
border-color: #D9BBA1;
}
</style>