Shades of Bone #D9C5AE
Tints of Bone #D9C5AE
RGB
CMYK
RGB Variations
Color information
#D9C5AE (or 0xD9C5AE) is known color: Bone. HEX triplet: D9, C5 and AE. RGB value is (217,197,174). Sum of RGB (Red+Green+Blue) = 217+197+174=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C5AE is #263A51. Grayscale: #C8C8C8. Windows color (decimal): -2505298 or 11453913. OLE color: 11453913.
HSL color Cylindrical-coordinate representation of color #D9C5AE: hue angle of 32.09º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C5AE is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 174 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.15 |
| HSL | 32.09º | 0.36% | 0.77% | - |
| HSV(B) | 32.09º | 0.2% | 0.85% | - |
| XYZ | 56.22 | 57.74 | 48.23 | - |
| YUV | 200.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 174 | 0 | 0.09 | 0.20 | 0.15 | 32.09 | 0.36 | 0.77 |
| Hex | D9 | C5 | AE | 0 | 9 | 14 | F | 20 | 24 | 4D |
| Octal | 331 | 305 | 256 | 0 | 11 | 24 | 17 | 40 | 44 | 115 |
| Binary | 11011001 | 11000101 | 10101110 | 0 | 1001 | 10100 | 1111 | 100000 | 100100 | 1001101 |
Color Harmonies of #D9C5AE
Complementary color
Monochromatic Colors of #D9C5AE
Black with #D9C5AE
Text Example
Text Example
White with #D9C5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C5AE; }
p { color: rgb(217,197,174); }
H1.HeaderClassName
{
color: #D9C5AE;
}
.AnyTagClassName
{
color: #D9C5AE;
}
</style>
background-color css
<style>
a { background-color: #D9C5AE; }
a { background-color: rgb(217,197,174); }
div.DivClassName
{
background-color: #D9C5AE;
}
.BgClassName
{
background-color: #D9C5AE;
}
</style>
border-color css
<style>
span { border-color: #D9C5AE; }
span { border-color: rgb(217,197,174); }
td.TdClassName
{
border-color: #D9C5AE;
}
.TagClassName
{
border-color: #D9C5AE;
}
</style>