Shades of Bone #DEC0A2
Tints of Bone #DEC0A2
RGB
CMYK
RGB Variations
Color information
#DEC0A2 (or 0xDEC0A2) is known color: Bone. HEX triplet: DE, C0 and A2. RGB value is (222,192,162). Sum of RGB (Red+Green+Blue) = 222+192+162=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC0A2 is #213F5D. Grayscale: #C5C5C5. Windows color (decimal): -2178910 or 10666206. OLE color: 10666206.
HSL color Cylindrical-coordinate representation of color #DEC0A2: hue angle of 30º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEC0A2 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 162 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.13 |
| HSL | 30º | 0.48% | 0.75% | - |
| HSV(B) | 30º | 0.27% | 0.87% | - |
| XYZ | 55.5 | 55.84 | 42.04 | - |
| YUV | 197.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 162 | 0 | 0.14 | 0.27 | 0.13 | 30 | 0.48 | 0.75 |
| Hex | DE | C0 | A2 | 0 | E | 1B | D | 1E | 30 | 4B |
| Octal | 336 | 300 | 242 | 0 | 16 | 33 | 15 | 36 | 60 | 113 |
| Binary | 11011110 | 11000000 | 10100010 | 0 | 1110 | 11011 | 1101 | 11110 | 110000 | 1001011 |
Color Harmonies of #DEC0A2
Complementary color
Monochromatic Colors of #DEC0A2
Black with #DEC0A2
Text Example
Text Example
White with #DEC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0A2; }
p { color: rgb(222,192,162); }
H1.HeaderClassName
{
color: #DEC0A2;
}
.AnyTagClassName
{
color: #DEC0A2;
}
</style>
background-color css
<style>
a { background-color: #DEC0A2; }
a { background-color: rgb(222,192,162); }
div.DivClassName
{
background-color: #DEC0A2;
}
.BgClassName
{
background-color: #DEC0A2;
}
</style>
border-color css
<style>
span { border-color: #DEC0A2; }
span { border-color: rgb(222,192,162); }
td.TdClassName
{
border-color: #DEC0A2;
}
.TagClassName
{
border-color: #DEC0A2;
}
</style>