Shades of Bone #D8C0AB
Tints of Bone #D8C0AB
RGB
CMYK
RGB Variations
Color information
#D8C0AB (or 0xD8C0AB) is known color: Bone. HEX triplet: D8, C0 and AB. RGB value is (216,192,171). Sum of RGB (Red+Green+Blue) = 216+192+171=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C0AB is #273F54. Grayscale: #C4C4C4. Windows color (decimal): -2572117 or 11256024. OLE color: 11256024.
HSL color Cylindrical-coordinate representation of color #D8C0AB: hue angle of 28º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8C0AB is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 171 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.15 |
| HSL | 28º | 0.37% | 0.76% | - |
| HSV(B) | 28º | 0.21% | 0.85% | - |
| XYZ | 54.52 | 55.24 | 46.32 | - |
| YUV | 196.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 171 | 0 | 0.11 | 0.21 | 0.15 | 28 | 0.37 | 0.76 |
| Hex | D8 | C0 | AB | 0 | B | 15 | F | 1C | 25 | 4C |
| Octal | 330 | 300 | 253 | 0 | 13 | 25 | 17 | 34 | 45 | 114 |
| Binary | 11011000 | 11000000 | 10101011 | 0 | 1011 | 10101 | 1111 | 11100 | 100101 | 1001100 |
Color Harmonies of #D8C0AB
Complementary color
Monochromatic Colors of #D8C0AB
Black with #D8C0AB
Text Example
Text Example
White with #D8C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0AB; }
p { color: rgb(216,192,171); }
H1.HeaderClassName
{
color: #D8C0AB;
}
.AnyTagClassName
{
color: #D8C0AB;
}
</style>
background-color css
<style>
a { background-color: #D8C0AB; }
a { background-color: rgb(216,192,171); }
div.DivClassName
{
background-color: #D8C0AB;
}
.BgClassName
{
background-color: #D8C0AB;
}
</style>
border-color css
<style>
span { border-color: #D8C0AB; }
span { border-color: rgb(216,192,171); }
td.TdClassName
{
border-color: #D8C0AB;
}
.TagClassName
{
border-color: #D8C0AB;
}
</style>