Shades of Bone #D8C4AA
Tints of Bone #D8C4AA
RGB
CMYK
RGB Variations
Color information
#D8C4AA (or 0xD8C4AA) is known color: Bone. HEX triplet: D8, C4 and AA. RGB value is (216,196,170). Sum of RGB (Red+Green+Blue) = 216+196+170=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C4AA is #273B55. Grayscale: #C7C7C7. Windows color (decimal): -2571094 or 11191512. OLE color: 11191512.
HSL color Cylindrical-coordinate representation of color #D8C4AA: hue angle of 33.91º 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 #D8C4AA is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 170 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.15 |
| HSL | 33.91º | 0.37% | 0.76% | - |
| HSV(B) | 33.91º | 0.21% | 0.85% | - |
| XYZ | 55.31 | 56.98 | 46.11 | - |
| YUV | 199.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 170 | 0 | 0.09 | 0.21 | 0.15 | 33.91 | 0.37 | 0.76 |
| Hex | D8 | C4 | AA | 0 | 9 | 15 | F | 22 | 25 | 4C |
| Octal | 330 | 304 | 252 | 0 | 11 | 25 | 17 | 42 | 45 | 114 |
| Binary | 11011000 | 11000100 | 10101010 | 0 | 1001 | 10101 | 1111 | 100010 | 100101 | 1001100 |
Color Harmonies of #D8C4AA
Complementary color
Monochromatic Colors of #D8C4AA
Black with #D8C4AA
Text Example
Text Example
White with #D8C4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C4AA; }
p { color: rgb(216,196,170); }
H1.HeaderClassName
{
color: #D8C4AA;
}
.AnyTagClassName
{
color: #D8C4AA;
}
</style>
background-color css
<style>
a { background-color: #D8C4AA; }
a { background-color: rgb(216,196,170); }
div.DivClassName
{
background-color: #D8C4AA;
}
.BgClassName
{
background-color: #D8C4AA;
}
</style>
border-color css
<style>
span { border-color: #D8C4AA; }
span { border-color: rgb(216,196,170); }
td.TdClassName
{
border-color: #D8C4AA;
}
.TagClassName
{
border-color: #D8C4AA;
}
</style>