Shades of Bone #D9C0A9
Tints of Bone #D9C0A9
RGB
CMYK
RGB Variations
Color information
#D9C0A9 (or 0xD9C0A9) is known color: Bone. HEX triplet: D9, C0 and A9. RGB value is (217,192,169). Sum of RGB (Red+Green+Blue) = 217+192+169=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C0A9 is #263F56. Grayscale: #C4C4C4. Windows color (decimal): -2506583 or 11124953. OLE color: 11124953.
HSL color Cylindrical-coordinate representation of color #D9C0A9: hue angle of 28.75º degrees, saturation: 0.39, 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 #D9C0A9 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 169 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.15 |
| HSL | 28.75º | 0.39% | 0.76% | - |
| HSV(B) | 28.75º | 0.22% | 0.85% | - |
| XYZ | 54.63 | 55.32 | 45.33 | - |
| YUV | 196.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 169 | 0 | 0.12 | 0.22 | 0.15 | 28.75 | 0.39 | 0.76 |
| Hex | D9 | C0 | A9 | 0 | C | 16 | F | 1D | 27 | 4C |
| Octal | 331 | 300 | 251 | 0 | 14 | 26 | 17 | 35 | 47 | 114 |
| Binary | 11011001 | 11000000 | 10101001 | 0 | 1100 | 10110 | 1111 | 11101 | 100111 | 1001100 |
Color Harmonies of #D9C0A9
Complementary color
Monochromatic Colors of #D9C0A9
Black with #D9C0A9
Text Example
Text Example
White with #D9C0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0A9; }
p { color: rgb(217,192,169); }
H1.HeaderClassName
{
color: #D9C0A9;
}
.AnyTagClassName
{
color: #D9C0A9;
}
</style>
background-color css
<style>
a { background-color: #D9C0A9; }
a { background-color: rgb(217,192,169); }
div.DivClassName
{
background-color: #D9C0A9;
}
.BgClassName
{
background-color: #D9C0A9;
}
</style>
border-color css
<style>
span { border-color: #D9C0A9; }
span { border-color: rgb(217,192,169); }
td.TdClassName
{
border-color: #D9C0A9;
}
.TagClassName
{
border-color: #D9C0A9;
}
</style>