Shades of Bone #DEC7A9
Tints of Bone #DEC7A9
RGB
CMYK
RGB Variations
Color information
#DEC7A9 (or 0xDEC7A9) is known color: Bone. HEX triplet: DE, C7 and A9. RGB value is (222,199,169). Sum of RGB (Red+Green+Blue) = 222+199+169=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC7A9 is #213856. Grayscale: #CACACA. Windows color (decimal): -2177111 or 11126750. OLE color: 11126750.
HSL color Cylindrical-coordinate representation of color #DEC7A9: hue angle of 33.96º 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 #DEC7A9 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 169 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.13 |
| HSL | 33.96º | 0.45% | 0.77% | - |
| HSV(B) | 33.96º | 0.24% | 0.87% | - |
| XYZ | 57.71 | 59.24 | 45.93 | - |
| YUV | 202.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 169 | 0 | 0.10 | 0.24 | 0.13 | 33.96 | 0.45 | 0.77 |
| Hex | DE | C7 | A9 | 0 | A | 18 | D | 22 | 2D | 4D |
| Octal | 336 | 307 | 251 | 0 | 12 | 30 | 15 | 42 | 55 | 115 |
| Binary | 11011110 | 11000111 | 10101001 | 0 | 1010 | 11000 | 1101 | 100010 | 101101 | 1001101 |
Color Harmonies of #DEC7A9
Complementary color
Monochromatic Colors of #DEC7A9
Black with #DEC7A9
Text Example
Text Example
White with #DEC7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7A9; }
p { color: rgb(222,199,169); }
H1.HeaderClassName
{
color: #DEC7A9;
}
.AnyTagClassName
{
color: #DEC7A9;
}
</style>
background-color css
<style>
a { background-color: #DEC7A9; }
a { background-color: rgb(222,199,169); }
div.DivClassName
{
background-color: #DEC7A9;
}
.BgClassName
{
background-color: #DEC7A9;
}
</style>
border-color css
<style>
span { border-color: #DEC7A9; }
span { border-color: rgb(222,199,169); }
td.TdClassName
{
border-color: #DEC7A9;
}
.TagClassName
{
border-color: #DEC7A9;
}
</style>