Shades of Bone #D8C5AC
Tints of Bone #D8C5AC
RGB
CMYK
RGB Variations
Color information
#D8C5AC (or 0xD8C5AC) is known color: Bone. HEX triplet: D8, C5 and AC. RGB value is (216,197,172). Sum of RGB (Red+Green+Blue) = 216+197+172=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C5AC is #273A53. Grayscale: #C7C7C7. Windows color (decimal): -2570836 or 11322840. OLE color: 11322840.
HSL color Cylindrical-coordinate representation of color #D8C5AC: hue angle of 34.09º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8C5AC is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 172 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.15 |
| HSL | 34.09º | 0.36% | 0.76% | - |
| HSV(B) | 34.09º | 0.2% | 0.85% | - |
| XYZ | 55.73 | 57.51 | 47.19 | - |
| YUV | 199.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 172 | 0 | 0.09 | 0.20 | 0.15 | 34.09 | 0.36 | 0.76 |
| Hex | D8 | C5 | AC | 0 | 9 | 14 | F | 22 | 24 | 4C |
| Octal | 330 | 305 | 254 | 0 | 11 | 24 | 17 | 42 | 44 | 114 |
| Binary | 11011000 | 11000101 | 10101100 | 0 | 1001 | 10100 | 1111 | 100010 | 100100 | 1001100 |
Color Harmonies of #D8C5AC
Complementary color
Monochromatic Colors of #D8C5AC
Black with #D8C5AC
Text Example
Text Example
White with #D8C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5AC; }
p { color: rgb(216,197,172); }
H1.HeaderClassName
{
color: #D8C5AC;
}
.AnyTagClassName
{
color: #D8C5AC;
}
</style>
background-color css
<style>
a { background-color: #D8C5AC; }
a { background-color: rgb(216,197,172); }
div.DivClassName
{
background-color: #D8C5AC;
}
.BgClassName
{
background-color: #D8C5AC;
}
</style>
border-color css
<style>
span { border-color: #D8C5AC; }
span { border-color: rgb(216,197,172); }
td.TdClassName
{
border-color: #D8C5AC;
}
.TagClassName
{
border-color: #D8C5AC;
}
</style>