Shades of Bone #DEC0A3
Tints of Bone #DEC0A3
RGB
CMYK
RGB Variations
Color information
#DEC0A3 (or 0xDEC0A3) is known color: Bone. HEX triplet: DE, C0 and A3. RGB value is (222,192,163). Sum of RGB (Red+Green+Blue) = 222+192+163=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC0A3 is #213F5C. Grayscale: #C5C5C5. Windows color (decimal): -2178909 or 10731742. OLE color: 10731742.
HSL color Cylindrical-coordinate representation of color #DEC0A3: hue angle of 29.49º degrees, saturation: 0.47, 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 #DEC0A3 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 163 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.13 |
| HSL | 29.49º | 0.47% | 0.75% | - |
| HSV(B) | 29.49º | 0.27% | 0.87% | - |
| XYZ | 55.58 | 55.87 | 42.51 | - |
| YUV | 197.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 163 | 0 | 0.14 | 0.27 | 0.13 | 29.49 | 0.47 | 0.75 |
| Hex | DE | C0 | A3 | 0 | E | 1B | D | 1D | 2F | 4B |
| Octal | 336 | 300 | 243 | 0 | 16 | 33 | 15 | 35 | 57 | 113 |
| Binary | 11011110 | 11000000 | 10100011 | 0 | 1110 | 11011 | 1101 | 11101 | 101111 | 1001011 |
Color Harmonies of #DEC0A3
Complementary color
Monochromatic Colors of #DEC0A3
Black with #DEC0A3
Text Example
Text Example
White with #DEC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0A3; }
p { color: rgb(222,192,163); }
H1.HeaderClassName
{
color: #DEC0A3;
}
.AnyTagClassName
{
color: #DEC0A3;
}
</style>
background-color css
<style>
a { background-color: #DEC0A3; }
a { background-color: rgb(222,192,163); }
div.DivClassName
{
background-color: #DEC0A3;
}
.BgClassName
{
background-color: #DEC0A3;
}
</style>
border-color css
<style>
span { border-color: #DEC0A3; }
span { border-color: rgb(222,192,163); }
td.TdClassName
{
border-color: #DEC0A3;
}
.TagClassName
{
border-color: #DEC0A3;
}
</style>