Shades of Bone #DEC4AA
Tints of Bone #DEC4AA
RGB
CMYK
RGB Variations
Color information
#DEC4AA (or 0xDEC4AA) is known color: Bone. HEX triplet: DE, C4 and AA. RGB value is (222,196,170). Sum of RGB (Red+Green+Blue) = 222+196+170=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC4AA is #213B55. Grayscale: #C8C8C8. Windows color (decimal): -2177878 or 11191518. OLE color: 11191518.
HSL color Cylindrical-coordinate representation of color #DEC4AA: hue angle of 30º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC4AA is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 170 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.13 |
| HSL | 30º | 0.44% | 0.77% | - |
| HSV(B) | 30º | 0.23% | 0.87% | - |
| XYZ | 57.12 | 57.91 | 46.2 | - |
| YUV | 200.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 170 | 0 | 0.12 | 0.23 | 0.13 | 30 | 0.44 | 0.77 |
| Hex | DE | C4 | AA | 0 | C | 17 | D | 1E | 2C | 4D |
| Octal | 336 | 304 | 252 | 0 | 14 | 27 | 15 | 36 | 54 | 115 |
| Binary | 11011110 | 11000100 | 10101010 | 0 | 1100 | 10111 | 1101 | 11110 | 101100 | 1001101 |
Color Harmonies of #DEC4AA
Complementary color
Monochromatic Colors of #DEC4AA
Black with #DEC4AA
Text Example
Text Example
White with #DEC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4AA; }
p { color: rgb(222,196,170); }
H1.HeaderClassName
{
color: #DEC4AA;
}
.AnyTagClassName
{
color: #DEC4AA;
}
</style>
background-color css
<style>
a { background-color: #DEC4AA; }
a { background-color: rgb(222,196,170); }
div.DivClassName
{
background-color: #DEC4AA;
}
.BgClassName
{
background-color: #DEC4AA;
}
</style>
border-color css
<style>
span { border-color: #DEC4AA; }
span { border-color: rgb(222,196,170); }
td.TdClassName
{
border-color: #DEC4AA;
}
.TagClassName
{
border-color: #DEC4AA;
}
</style>