Shades of Bone #D9C2AA
Tints of Bone #D9C2AA
RGB
CMYK
RGB Variations
Color information
#D9C2AA (or 0xD9C2AA) is known color: Bone. HEX triplet: D9, C2 and AA. RGB value is (217,194,170). Sum of RGB (Red+Green+Blue) = 217+194+170=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C2AA is #263D55. Grayscale: #C6C6C6. Windows color (decimal): -2506070 or 11191001. OLE color: 11191001.
HSL color Cylindrical-coordinate representation of color #D9C2AA: hue angle of 30.64º 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 #D9C2AA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 170 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.15 |
| HSL | 30.64º | 0.38% | 0.76% | - |
| HSV(B) | 30.64º | 0.22% | 0.85% | - |
| XYZ | 55.16 | 56.24 | 45.98 | - |
| YUV | 198.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 170 | 0 | 0.11 | 0.22 | 0.15 | 30.64 | 0.38 | 0.76 |
| Hex | D9 | C2 | AA | 0 | B | 16 | F | 1F | 26 | 4C |
| Octal | 331 | 302 | 252 | 0 | 13 | 26 | 17 | 37 | 46 | 114 |
| Binary | 11011001 | 11000010 | 10101010 | 0 | 1011 | 10110 | 1111 | 11111 | 100110 | 1001100 |
Color Harmonies of #D9C2AA
Complementary color
Monochromatic Colors of #D9C2AA
Black with #D9C2AA
Text Example
Text Example
White with #D9C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2AA; }
p { color: rgb(217,194,170); }
H1.HeaderClassName
{
color: #D9C2AA;
}
.AnyTagClassName
{
color: #D9C2AA;
}
</style>
background-color css
<style>
a { background-color: #D9C2AA; }
a { background-color: rgb(217,194,170); }
div.DivClassName
{
background-color: #D9C2AA;
}
.BgClassName
{
background-color: #D9C2AA;
}
</style>
border-color css
<style>
span { border-color: #D9C2AA; }
span { border-color: rgb(217,194,170); }
td.TdClassName
{
border-color: #D9C2AA;
}
.TagClassName
{
border-color: #D9C2AA;
}
</style>