Shades of Bone #DEC3A9
Tints of Bone #DEC3A9
RGB
CMYK
RGB Variations
Color information
#DEC3A9 (or 0xDEC3A9) is known color: Bone. HEX triplet: DE, C3 and A9. RGB value is (222,195,169). Sum of RGB (Red+Green+Blue) = 222+195+169=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC3A9 is #213C56. Grayscale: #C8C8C8. Windows color (decimal): -2178135 or 11125726. OLE color: 11125726.
HSL color Cylindrical-coordinate representation of color #DEC3A9: hue angle of 29.43º 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 #DEC3A9 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 169 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.13 |
| HSL | 29.43º | 0.45% | 0.77% | - |
| HSV(B) | 29.43º | 0.24% | 0.87% | - |
| XYZ | 56.8 | 57.42 | 45.63 | - |
| YUV | 200.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 169 | 0 | 0.12 | 0.24 | 0.13 | 29.43 | 0.45 | 0.77 |
| Hex | DE | C3 | A9 | 0 | C | 18 | D | 1D | 2D | 4D |
| Octal | 336 | 303 | 251 | 0 | 14 | 30 | 15 | 35 | 55 | 115 |
| Binary | 11011110 | 11000011 | 10101001 | 0 | 1100 | 11000 | 1101 | 11101 | 101101 | 1001101 |
Color Harmonies of #DEC3A9
Complementary color
Monochromatic Colors of #DEC3A9
Black with #DEC3A9
Text Example
Text Example
White with #DEC3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3A9; }
p { color: rgb(222,195,169); }
H1.HeaderClassName
{
color: #DEC3A9;
}
.AnyTagClassName
{
color: #DEC3A9;
}
</style>
background-color css
<style>
a { background-color: #DEC3A9; }
a { background-color: rgb(222,195,169); }
div.DivClassName
{
background-color: #DEC3A9;
}
.BgClassName
{
background-color: #DEC3A9;
}
</style>
border-color css
<style>
span { border-color: #DEC3A9; }
span { border-color: rgb(222,195,169); }
td.TdClassName
{
border-color: #DEC3A9;
}
.TagClassName
{
border-color: #DEC3A9;
}
</style>