Shades of Bone #D8C4B3
Tints of Bone #D8C4B3
RGB
CMYK
RGB Variations
Color information
#D8C4B3 (or 0xD8C4B3) is known color: Bone. HEX triplet: D8, C4 and B3. RGB value is (216,196,179). Sum of RGB (Red+Green+Blue) = 216+196+179=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4B3 is #273B4C. Grayscale: #C8C8C8. Windows color (decimal): -2571085 or 11781336. OLE color: 11781336.
HSL color Cylindrical-coordinate representation of color #D8C4B3: hue angle of 27.57º 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 #D8C4B3 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 179 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.15 |
| HSL | 27.57º | 0.32% | 0.77% | - |
| HSV(B) | 27.57º | 0.17% | 0.85% | - |
| XYZ | 56.2 | 57.33 | 50.75 | - |
| YUV | 200.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 179 | 0 | 0.09 | 0.17 | 0.15 | 27.57 | 0.32 | 0.77 |
| Hex | D8 | C4 | B3 | 0 | 9 | 11 | F | 1C | 20 | 4D |
| Octal | 330 | 304 | 263 | 0 | 11 | 21 | 17 | 34 | 40 | 115 |
| Binary | 11011000 | 11000100 | 10110011 | 0 | 1001 | 10001 | 1111 | 11100 | 100000 | 1001101 |
Color Harmonies of #D8C4B3
Complementary color
Monochromatic Colors of #D8C4B3
Black with #D8C4B3
Text Example
Text Example
White with #D8C4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C4B3; }
p { color: rgb(216,196,179); }
H1.HeaderClassName
{
color: #D8C4B3;
}
.AnyTagClassName
{
color: #D8C4B3;
}
</style>
background-color css
<style>
a { background-color: #D8C4B3; }
a { background-color: rgb(216,196,179); }
div.DivClassName
{
background-color: #D8C4B3;
}
.BgClassName
{
background-color: #D8C4B3;
}
</style>
border-color css
<style>
span { border-color: #D8C4B3; }
span { border-color: rgb(216,196,179); }
td.TdClassName
{
border-color: #D8C4B3;
}
.TagClassName
{
border-color: #D8C4B3;
}
</style>