Shades of Bone #DEC2AA
Tints of Bone #DEC2AA
RGB
CMYK
RGB Variations
Color information
#DEC2AA (or 0xDEC2AA) is known color: Bone. HEX triplet: DE, C2 and AA. RGB value is (222,194,170). Sum of RGB (Red+Green+Blue) = 222+194+170=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC2AA is #213D55. Grayscale: #C7C7C7. Windows color (decimal): -2178390 or 11191006. OLE color: 11191006.
HSL color Cylindrical-coordinate representation of color #DEC2AA: hue angle of 27.69º 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 #DEC2AA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 170 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.13 |
| HSL | 27.69º | 0.44% | 0.77% | - |
| HSV(B) | 27.69º | 0.23% | 0.87% | - |
| XYZ | 56.67 | 57.02 | 46.05 | - |
| YUV | 199.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 170 | 0 | 0.13 | 0.23 | 0.13 | 27.69 | 0.44 | 0.77 |
| Hex | DE | C2 | AA | 0 | D | 17 | D | 1C | 2C | 4D |
| Octal | 336 | 302 | 252 | 0 | 15 | 27 | 15 | 34 | 54 | 115 |
| Binary | 11011110 | 11000010 | 10101010 | 0 | 1101 | 10111 | 1101 | 11100 | 101100 | 1001101 |
Color Harmonies of #DEC2AA
Complementary color
Monochromatic Colors of #DEC2AA
Black with #DEC2AA
Text Example
Text Example
White with #DEC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2AA; }
p { color: rgb(222,194,170); }
H1.HeaderClassName
{
color: #DEC2AA;
}
.AnyTagClassName
{
color: #DEC2AA;
}
</style>
background-color css
<style>
a { background-color: #DEC2AA; }
a { background-color: rgb(222,194,170); }
div.DivClassName
{
background-color: #DEC2AA;
}
.BgClassName
{
background-color: #DEC2AA;
}
</style>
border-color css
<style>
span { border-color: #DEC2AA; }
span { border-color: rgb(222,194,170); }
td.TdClassName
{
border-color: #DEC2AA;
}
.TagClassName
{
border-color: #DEC2AA;
}
</style>