Shades of Bone #D3BBA7
Tints of Bone #D3BBA7
RGB
CMYK
RGB Variations
Color information
#D3BBA7 (or 0xD3BBA7) is known color: Bone. HEX triplet: D3, BB and A7. RGB value is (211,187,167). Sum of RGB (Red+Green+Blue) = 211+187+167=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BBA7 is #2C4458. Grayscale: #C0C0C0. Windows color (decimal): -2901081 or 10992595. OLE color: 10992595.
HSL color Cylindrical-coordinate representation of color #D3BBA7: hue angle of 27.27º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3BBA7 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 167 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.17 |
| HSL | 27.27º | 0.33% | 0.74% | - |
| HSV(B) | 27.27º | 0.21% | 0.83% | - |
| XYZ | 51.61 | 52.18 | 43.91 | - |
| YUV | 191.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 167 | 0 | 0.11 | 0.21 | 0.17 | 27.27 | 0.33 | 0.74 |
| Hex | D3 | BB | A7 | 0 | B | 15 | 11 | 1B | 21 | 4A |
| Octal | 323 | 273 | 247 | 0 | 13 | 25 | 21 | 33 | 41 | 112 |
| Binary | 11010011 | 10111011 | 10100111 | 0 | 1011 | 10101 | 10001 | 11011 | 100001 | 1001010 |
Color Harmonies of #D3BBA7
Complementary color
Monochromatic Colors of #D3BBA7
Black with #D3BBA7
Text Example
Text Example
White with #D3BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBA7; }
p { color: rgb(211,187,167); }
H1.HeaderClassName
{
color: #D3BBA7;
}
.AnyTagClassName
{
color: #D3BBA7;
}
</style>
background-color css
<style>
a { background-color: #D3BBA7; }
a { background-color: rgb(211,187,167); }
div.DivClassName
{
background-color: #D3BBA7;
}
.BgClassName
{
background-color: #D3BBA7;
}
</style>
border-color css
<style>
span { border-color: #D3BBA7; }
span { border-color: rgb(211,187,167); }
td.TdClassName
{
border-color: #D3BBA7;
}
.TagClassName
{
border-color: #D3BBA7;
}
</style>