Shades of Bone #D8C2B0
Tints of Bone #D8C2B0
RGB
CMYK
RGB Variations
Color information
#D8C2B0 (or 0xD8C2B0) is known color: Bone. HEX triplet: D8, C2 and B0. RGB value is (216,194,176). Sum of RGB (Red+Green+Blue) = 216+194+176=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C2B0 is #273D4F. Grayscale: #C6C6C6. Windows color (decimal): -2571600 or 11584216. OLE color: 11584216.
HSL color Cylindrical-coordinate representation of color #D8C2B0: hue angle of 27º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C2B0 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 176 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.15 |
| HSL | 27º | 0.34% | 0.77% | - |
| HSV(B) | 27º | 0.19% | 0.85% | - |
| XYZ | 55.45 | 56.32 | 49.02 | - |
| YUV | 198.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 176 | 0 | 0.10 | 0.19 | 0.15 | 27 | 0.34 | 0.77 |
| Hex | D8 | C2 | B0 | 0 | A | 13 | F | 1B | 22 | 4D |
| Octal | 330 | 302 | 260 | 0 | 12 | 23 | 17 | 33 | 42 | 115 |
| Binary | 11011000 | 11000010 | 10110000 | 0 | 1010 | 10011 | 1111 | 11011 | 100010 | 1001101 |
Color Harmonies of #D8C2B0
Complementary color
Monochromatic Colors of #D8C2B0
Black with #D8C2B0
Text Example
Text Example
White with #D8C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C2B0; }
p { color: rgb(216,194,176); }
H1.HeaderClassName
{
color: #D8C2B0;
}
.AnyTagClassName
{
color: #D8C2B0;
}
</style>
background-color css
<style>
a { background-color: #D8C2B0; }
a { background-color: rgb(216,194,176); }
div.DivClassName
{
background-color: #D8C2B0;
}
.BgClassName
{
background-color: #D8C2B0;
}
</style>
border-color css
<style>
span { border-color: #D8C2B0; }
span { border-color: rgb(216,194,176); }
td.TdClassName
{
border-color: #D8C2B0;
}
.TagClassName
{
border-color: #D8C2B0;
}
</style>