Shades of Bone #D9C5AB
Tints of Bone #D9C5AB
RGB
CMYK
RGB Variations
Color information
#D9C5AB (or 0xD9C5AB) is known color: Bone. HEX triplet: D9, C5 and AB. RGB value is (217,197,171). Sum of RGB (Red+Green+Blue) = 217+197+171=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C5AB is #263A54. Grayscale: #C8C8C8. Windows color (decimal): -2505301 or 11257305. OLE color: 11257305.
HSL color Cylindrical-coordinate representation of color #D9C5AB: hue angle of 33.91º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9C5AB is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 171 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.15 |
| HSL | 33.91º | 0.38% | 0.76% | - |
| HSV(B) | 33.91º | 0.21% | 0.85% | - |
| XYZ | 55.93 | 57.62 | 46.7 | - |
| YUV | 200.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 171 | 0 | 0.09 | 0.21 | 0.15 | 33.91 | 0.38 | 0.76 |
| Hex | D9 | C5 | AB | 0 | 9 | 15 | F | 22 | 26 | 4C |
| Octal | 331 | 305 | 253 | 0 | 11 | 25 | 17 | 42 | 46 | 114 |
| Binary | 11011001 | 11000101 | 10101011 | 0 | 1001 | 10101 | 1111 | 100010 | 100110 | 1001100 |
Color Harmonies of #D9C5AB
Complementary color
Monochromatic Colors of #D9C5AB
Black with #D9C5AB
Text Example
Text Example
White with #D9C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C5AB; }
p { color: rgb(217,197,171); }
H1.HeaderClassName
{
color: #D9C5AB;
}
.AnyTagClassName
{
color: #D9C5AB;
}
</style>
background-color css
<style>
a { background-color: #D9C5AB; }
a { background-color: rgb(217,197,171); }
div.DivClassName
{
background-color: #D9C5AB;
}
.BgClassName
{
background-color: #D9C5AB;
}
</style>
border-color css
<style>
span { border-color: #D9C5AB; }
span { border-color: rgb(217,197,171); }
td.TdClassName
{
border-color: #D9C5AB;
}
.TagClassName
{
border-color: #D9C5AB;
}
</style>