Shades of Bone #D9C6AA
Tints of Bone #D9C6AA
RGB
CMYK
RGB Variations
Color information
#D9C6AA (or 0xD9C6AA) is known color: Bone. HEX triplet: D9, C6 and AA. RGB value is (217,198,170). Sum of RGB (Red+Green+Blue) = 217+198+170=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C6AA is #263955. Grayscale: #C8C8C8. Windows color (decimal): -2505046 or 11192025. OLE color: 11192025.
HSL color Cylindrical-coordinate representation of color #D9C6AA: hue angle of 35.74º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C6AA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 170 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.15 |
| HSL | 35.74º | 0.38% | 0.76% | - |
| HSV(B) | 35.74º | 0.22% | 0.85% | - |
| XYZ | 56.07 | 58.04 | 46.28 | - |
| YUV | 200.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 170 | 0 | 0.09 | 0.22 | 0.15 | 35.74 | 0.38 | 0.76 |
| Hex | D9 | C6 | AA | 0 | 9 | 16 | F | 24 | 26 | 4C |
| Octal | 331 | 306 | 252 | 0 | 11 | 26 | 17 | 44 | 46 | 114 |
| Binary | 11011001 | 11000110 | 10101010 | 0 | 1001 | 10110 | 1111 | 100100 | 100110 | 1001100 |
Color Harmonies of #D9C6AA
Complementary color
Monochromatic Colors of #D9C6AA
Black with #D9C6AA
Text Example
Text Example
White with #D9C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C6AA; }
p { color: rgb(217,198,170); }
H1.HeaderClassName
{
color: #D9C6AA;
}
.AnyTagClassName
{
color: #D9C6AA;
}
</style>
background-color css
<style>
a { background-color: #D9C6AA; }
a { background-color: rgb(217,198,170); }
div.DivClassName
{
background-color: #D9C6AA;
}
.BgClassName
{
background-color: #D9C6AA;
}
</style>
border-color css
<style>
span { border-color: #D9C6AA; }
span { border-color: rgb(217,198,170); }
td.TdClassName
{
border-color: #D9C6AA;
}
.TagClassName
{
border-color: #D9C6AA;
}
</style>