Shades of Bone #D8C5B3
Tints of Bone #D8C5B3
RGB
CMYK
RGB Variations
Color information
#D8C5B3 (or 0xD8C5B3) is known color: Bone. HEX triplet: D8, C5 and B3. RGB value is (216,197,179). Sum of RGB (Red+Green+Blue) = 216+197+179=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5B3 is #273A4C. Grayscale: #C8C8C8. Windows color (decimal): -2570829 or 11781592. OLE color: 11781592.
HSL color Cylindrical-coordinate representation of color #D8C5B3: hue angle of 29.19º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8C5B3 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 179 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.15 |
| HSL | 29.19º | 0.32% | 0.77% | - |
| HSV(B) | 29.19º | 0.17% | 0.85% | - |
| XYZ | 56.42 | 57.79 | 50.83 | - |
| YUV | 200.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 179 | 0 | 0.09 | 0.17 | 0.15 | 29.19 | 0.32 | 0.77 |
| Hex | D8 | C5 | B3 | 0 | 9 | 11 | F | 1D | 20 | 4D |
| Octal | 330 | 305 | 263 | 0 | 11 | 21 | 17 | 35 | 40 | 115 |
| Binary | 11011000 | 11000101 | 10110011 | 0 | 1001 | 10001 | 1111 | 11101 | 100000 | 1001101 |
Color Harmonies of #D8C5B3
Complementary color
Monochromatic Colors of #D8C5B3
Black with #D8C5B3
Text Example
Text Example
White with #D8C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5B3; }
p { color: rgb(216,197,179); }
H1.HeaderClassName
{
color: #D8C5B3;
}
.AnyTagClassName
{
color: #D8C5B3;
}
</style>
background-color css
<style>
a { background-color: #D8C5B3; }
a { background-color: rgb(216,197,179); }
div.DivClassName
{
background-color: #D8C5B3;
}
.BgClassName
{
background-color: #D8C5B3;
}
</style>
border-color css
<style>
span { border-color: #D8C5B3; }
span { border-color: rgb(216,197,179); }
td.TdClassName
{
border-color: #D8C5B3;
}
.TagClassName
{
border-color: #D8C5B3;
}
</style>