Shades of Bone #D8BCA0
Tints of Bone #D8BCA0
RGB
CMYK
RGB Variations
Color information
#D8BCA0 (or 0xD8BCA0) is known color: Bone. HEX triplet: D8, BC and A0. RGB value is (216,188,160). Sum of RGB (Red+Green+Blue) = 216+188+160=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BCA0 is #27435F. Grayscale: #C1C1C1. Windows color (decimal): -2573152 or 10534104. OLE color: 10534104.
HSL color Cylindrical-coordinate representation of color #D8BCA0: hue angle of 30º 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 #D8BCA0 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 160 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.15 |
| HSL | 30º | 0.42% | 0.74% | - |
| HSV(B) | 30º | 0.26% | 0.85% | - |
| XYZ | 52.65 | 53.1 | 40.73 | - |
| YUV | 193.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 160 | 0 | 0.13 | 0.26 | 0.15 | 30 | 0.42 | 0.74 |
| Hex | D8 | BC | A0 | 0 | D | 1A | F | 1E | 2A | 4A |
| Octal | 330 | 274 | 240 | 0 | 15 | 32 | 17 | 36 | 52 | 112 |
| Binary | 11011000 | 10111100 | 10100000 | 0 | 1101 | 11010 | 1111 | 11110 | 101010 | 1001010 |
Color Harmonies of #D8BCA0
Complementary color
Monochromatic Colors of #D8BCA0
Black with #D8BCA0
Text Example
Text Example
White with #D8BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCA0; }
p { color: rgb(216,188,160); }
H1.HeaderClassName
{
color: #D8BCA0;
}
.AnyTagClassName
{
color: #D8BCA0;
}
</style>
background-color css
<style>
a { background-color: #D8BCA0; }
a { background-color: rgb(216,188,160); }
div.DivClassName
{
background-color: #D8BCA0;
}
.BgClassName
{
background-color: #D8BCA0;
}
</style>
border-color css
<style>
span { border-color: #D8BCA0; }
span { border-color: rgb(216,188,160); }
td.TdClassName
{
border-color: #D8BCA0;
}
.TagClassName
{
border-color: #D8BCA0;
}
</style>