Shades of Bone #D9C0A5
Tints of Bone #D9C0A5
RGB
CMYK
RGB Variations
Color information
#D9C0A5 (or 0xD9C0A5) is known color: Bone. HEX triplet: D9, C0 and A5. RGB value is (217,192,165). Sum of RGB (Red+Green+Blue) = 217+192+165=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C0A5 is #263F5A. Grayscale: #C4C4C4. Windows color (decimal): -2506587 or 10862809. OLE color: 10862809.
HSL color Cylindrical-coordinate representation of color #D9C0A5: hue angle of 31.15º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9C0A5 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 165 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.15 |
| HSL | 31.15º | 0.41% | 0.75% | - |
| HSV(B) | 31.15º | 0.24% | 0.85% | - |
| XYZ | 54.26 | 55.17 | 43.39 | - |
| YUV | 196.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 165 | 0 | 0.12 | 0.24 | 0.15 | 31.15 | 0.41 | 0.75 |
| Hex | D9 | C0 | A5 | 0 | C | 18 | F | 1F | 29 | 4B |
| Octal | 331 | 300 | 245 | 0 | 14 | 30 | 17 | 37 | 51 | 113 |
| Binary | 11011001 | 11000000 | 10100101 | 0 | 1100 | 11000 | 1111 | 11111 | 101001 | 1001011 |
Color Harmonies of #D9C0A5
Complementary color
Monochromatic Colors of #D9C0A5
Black with #D9C0A5
Text Example
Text Example
White with #D9C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0A5; }
p { color: rgb(217,192,165); }
H1.HeaderClassName
{
color: #D9C0A5;
}
.AnyTagClassName
{
color: #D9C0A5;
}
</style>
background-color css
<style>
a { background-color: #D9C0A5; }
a { background-color: rgb(217,192,165); }
div.DivClassName
{
background-color: #D9C0A5;
}
.BgClassName
{
background-color: #D9C0A5;
}
</style>
border-color css
<style>
span { border-color: #D9C0A5; }
span { border-color: rgb(217,192,165); }
td.TdClassName
{
border-color: #D9C0A5;
}
.TagClassName
{
border-color: #D9C0A5;
}
</style>