Shades of Bone #D9C0AA
Tints of Bone #D9C0AA
RGB
CMYK
RGB Variations
Color information
#D9C0AA (or 0xD9C0AA) is known color: Bone. HEX triplet: D9, C0 and AA. RGB value is (217,192,170). Sum of RGB (Red+Green+Blue) = 217+192+170=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C0AA is #263F55. Grayscale: #C5C5C5. Windows color (decimal): -2506582 or 11190489. OLE color: 11190489.
HSL color Cylindrical-coordinate representation of color #D9C0AA: hue angle of 28.09º 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 #D9C0AA is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 170 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.15 |
| HSL | 28.09º | 0.38% | 0.76% | - |
| HSV(B) | 28.09º | 0.22% | 0.85% | - |
| XYZ | 54.72 | 55.35 | 45.83 | - |
| YUV | 196.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 170 | 0 | 0.12 | 0.22 | 0.15 | 28.09 | 0.38 | 0.76 |
| Hex | D9 | C0 | AA | 0 | C | 16 | F | 1C | 26 | 4C |
| Octal | 331 | 300 | 252 | 0 | 14 | 26 | 17 | 34 | 46 | 114 |
| Binary | 11011001 | 11000000 | 10101010 | 0 | 1100 | 10110 | 1111 | 11100 | 100110 | 1001100 |
Color Harmonies of #D9C0AA
Complementary color
Monochromatic Colors of #D9C0AA
Black with #D9C0AA
Text Example
Text Example
White with #D9C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0AA; }
p { color: rgb(217,192,170); }
H1.HeaderClassName
{
color: #D9C0AA;
}
.AnyTagClassName
{
color: #D9C0AA;
}
</style>
background-color css
<style>
a { background-color: #D9C0AA; }
a { background-color: rgb(217,192,170); }
div.DivClassName
{
background-color: #D9C0AA;
}
.BgClassName
{
background-color: #D9C0AA;
}
</style>
border-color css
<style>
span { border-color: #D9C0AA; }
span { border-color: rgb(217,192,170); }
td.TdClassName
{
border-color: #D9C0AA;
}
.TagClassName
{
border-color: #D9C0AA;
}
</style>