Shades of Bone #D8C5B0
Tints of Bone #D8C5B0
RGB
CMYK
RGB Variations
Color information
#D8C5B0 (or 0xD8C5B0) is known color: Bone. HEX triplet: D8, C5 and B0. RGB value is (216,197,176). Sum of RGB (Red+Green+Blue) = 216+197+176=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C5B0 is #273A4F. Grayscale: #C8C8C8. Windows color (decimal): -2570832 or 11584984. OLE color: 11584984.
HSL color Cylindrical-coordinate representation of color #D8C5B0: hue angle of 31.5º 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 #D8C5B0 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 176 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.15 |
| HSL | 31.5º | 0.34% | 0.77% | - |
| HSV(B) | 31.5º | 0.19% | 0.85% | - |
| XYZ | 56.12 | 57.67 | 49.25 | - |
| YUV | 200.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 176 | 0 | 0.09 | 0.19 | 0.15 | 31.5 | 0.34 | 0.77 |
| Hex | D8 | C5 | B0 | 0 | 9 | 13 | F | 1F | 22 | 4D |
| Octal | 330 | 305 | 260 | 0 | 11 | 23 | 17 | 37 | 42 | 115 |
| Binary | 11011000 | 11000101 | 10110000 | 0 | 1001 | 10011 | 1111 | 11111 | 100010 | 1001101 |
Color Harmonies of #D8C5B0
Complementary color
Monochromatic Colors of #D8C5B0
Black with #D8C5B0
Text Example
Text Example
White with #D8C5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5B0; }
p { color: rgb(216,197,176); }
H1.HeaderClassName
{
color: #D8C5B0;
}
.AnyTagClassName
{
color: #D8C5B0;
}
</style>
background-color css
<style>
a { background-color: #D8C5B0; }
a { background-color: rgb(216,197,176); }
div.DivClassName
{
background-color: #D8C5B0;
}
.BgClassName
{
background-color: #D8C5B0;
}
</style>
border-color css
<style>
span { border-color: #D8C5B0; }
span { border-color: rgb(216,197,176); }
td.TdClassName
{
border-color: #D8C5B0;
}
.TagClassName
{
border-color: #D8C5B0;
}
</style>