Shades of Bone #D9C6AB
Tints of Bone #D9C6AB
RGB
CMYK
RGB Variations
Color information
#D9C6AB (or 0xD9C6AB) is known color: Bone. HEX triplet: D9, C6 and AB. RGB value is (217,198,171). Sum of RGB (Red+Green+Blue) = 217+198+171=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C6AB is #263954. Grayscale: #C8C8C8. Windows color (decimal): -2505045 or 11257561. OLE color: 11257561.
HSL color Cylindrical-coordinate representation of color #D9C6AB: hue angle of 35.22º degrees, saturation: 0.38, 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 #D9C6AB is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 171 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.15 |
| HSL | 35.22º | 0.38% | 0.76% | - |
| HSV(B) | 35.22º | 0.21% | 0.85% | - |
| XYZ | 56.16 | 58.08 | 46.78 | - |
| YUV | 200.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 171 | 0 | 0.09 | 0.21 | 0.15 | 35.22 | 0.38 | 0.76 |
| Hex | D9 | C6 | AB | 0 | 9 | 15 | F | 23 | 26 | 4C |
| Octal | 331 | 306 | 253 | 0 | 11 | 25 | 17 | 43 | 46 | 114 |
| Binary | 11011001 | 11000110 | 10101011 | 0 | 1001 | 10101 | 1111 | 100011 | 100110 | 1001100 |
Color Harmonies of #D9C6AB
Complementary color
Monochromatic Colors of #D9C6AB
Black with #D9C6AB
Text Example
Text Example
White with #D9C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C6AB; }
p { color: rgb(217,198,171); }
H1.HeaderClassName
{
color: #D9C6AB;
}
.AnyTagClassName
{
color: #D9C6AB;
}
</style>
background-color css
<style>
a { background-color: #D9C6AB; }
a { background-color: rgb(217,198,171); }
div.DivClassName
{
background-color: #D9C6AB;
}
.BgClassName
{
background-color: #D9C6AB;
}
</style>
border-color css
<style>
span { border-color: #D9C6AB; }
span { border-color: rgb(217,198,171); }
td.TdClassName
{
border-color: #D9C6AB;
}
.TagClassName
{
border-color: #D9C6AB;
}
</style>