Shades of Bone #D8C0AA
Tints of Bone #D8C0AA
RGB
CMYK
RGB Variations
Color information
#D8C0AA (or 0xD8C0AA) is known color: Bone. HEX triplet: D8, C0 and AA. RGB value is (216,192,170). Sum of RGB (Red+Green+Blue) = 216+192+170=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C0AA is #273F55. Grayscale: #C4C4C4. Windows color (decimal): -2572118 or 11190488. OLE color: 11190488.
HSL color Cylindrical-coordinate representation of color #D8C0AA: hue angle of 28.7º 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 #D8C0AA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 170 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.15 |
| HSL | 28.7º | 0.37% | 0.76% | - |
| HSV(B) | 28.7º | 0.21% | 0.85% | - |
| XYZ | 54.42 | 55.2 | 45.82 | - |
| YUV | 196.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 170 | 0 | 0.11 | 0.21 | 0.15 | 28.7 | 0.37 | 0.76 |
| Hex | D8 | C0 | AA | 0 | B | 15 | F | 1D | 25 | 4C |
| Octal | 330 | 300 | 252 | 0 | 13 | 25 | 17 | 35 | 45 | 114 |
| Binary | 11011000 | 11000000 | 10101010 | 0 | 1011 | 10101 | 1111 | 11101 | 100101 | 1001100 |
Color Harmonies of #D8C0AA
Complementary color
Monochromatic Colors of #D8C0AA
Black with #D8C0AA
Text Example
Text Example
White with #D8C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0AA; }
p { color: rgb(216,192,170); }
H1.HeaderClassName
{
color: #D8C0AA;
}
.AnyTagClassName
{
color: #D8C0AA;
}
</style>
background-color css
<style>
a { background-color: #D8C0AA; }
a { background-color: rgb(216,192,170); }
div.DivClassName
{
background-color: #D8C0AA;
}
.BgClassName
{
background-color: #D8C0AA;
}
</style>
border-color css
<style>
span { border-color: #D8C0AA; }
span { border-color: rgb(216,192,170); }
td.TdClassName
{
border-color: #D8C0AA;
}
.TagClassName
{
border-color: #D8C0AA;
}
</style>