Shades of Bone #DEC5A9
Tints of Bone #DEC5A9
RGB
CMYK
RGB Variations
Color information
#DEC5A9 (or 0xDEC5A9) is known color: Bone. HEX triplet: DE, C5 and A9. RGB value is (222,197,169). Sum of RGB (Red+Green+Blue) = 222+197+169=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC5A9 is #213A56. Grayscale: #C9C9C9. Windows color (decimal): -2177623 or 11126238. OLE color: 11126238.
HSL color Cylindrical-coordinate representation of color #DEC5A9: hue angle of 31.7º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEC5A9 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 169 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.13 |
| HSL | 31.7º | 0.45% | 0.77% | - |
| HSV(B) | 31.7º | 0.24% | 0.87% | - |
| XYZ | 57.25 | 58.33 | 45.78 | - |
| YUV | 201.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 169 | 0 | 0.11 | 0.24 | 0.13 | 31.7 | 0.45 | 0.77 |
| Hex | DE | C5 | A9 | 0 | B | 18 | D | 20 | 2D | 4D |
| Octal | 336 | 305 | 251 | 0 | 13 | 30 | 15 | 40 | 55 | 115 |
| Binary | 11011110 | 11000101 | 10101001 | 0 | 1011 | 11000 | 1101 | 100000 | 101101 | 1001101 |
Color Harmonies of #DEC5A9
Complementary color
Monochromatic Colors of #DEC5A9
Black with #DEC5A9
Text Example
Text Example
White with #DEC5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5A9; }
p { color: rgb(222,197,169); }
H1.HeaderClassName
{
color: #DEC5A9;
}
.AnyTagClassName
{
color: #DEC5A9;
}
</style>
background-color css
<style>
a { background-color: #DEC5A9; }
a { background-color: rgb(222,197,169); }
div.DivClassName
{
background-color: #DEC5A9;
}
.BgClassName
{
background-color: #DEC5A9;
}
</style>
border-color css
<style>
span { border-color: #DEC5A9; }
span { border-color: rgb(222,197,169); }
td.TdClassName
{
border-color: #DEC5A9;
}
.TagClassName
{
border-color: #DEC5A9;
}
</style>