Shades of Bone #DEC7AB
Tints of Bone #DEC7AB
RGB
CMYK
RGB Variations
Color information
#DEC7AB (or 0xDEC7AB) is known color: Bone. HEX triplet: DE, C7 and AB. RGB value is (222,199,171). Sum of RGB (Red+Green+Blue) = 222+199+171=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC7AB is #213854. Grayscale: #CACACA. Windows color (decimal): -2177109 or 11257822. OLE color: 11257822.
HSL color Cylindrical-coordinate representation of color #DEC7AB: hue angle of 32.94º 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 #DEC7AB is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 171 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.13 |
| HSL | 32.94º | 0.44% | 0.77% | - |
| HSV(B) | 32.94º | 0.23% | 0.87% | - |
| XYZ | 57.9 | 59.32 | 46.93 | - |
| YUV | 202.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 171 | 0 | 0.10 | 0.23 | 0.13 | 32.94 | 0.44 | 0.77 |
| Hex | DE | C7 | AB | 0 | A | 17 | D | 21 | 2C | 4D |
| Octal | 336 | 307 | 253 | 0 | 12 | 27 | 15 | 41 | 54 | 115 |
| Binary | 11011110 | 11000111 | 10101011 | 0 | 1010 | 10111 | 1101 | 100001 | 101100 | 1001101 |
Color Harmonies of #DEC7AB
Complementary color
Monochromatic Colors of #DEC7AB
Black with #DEC7AB
Text Example
Text Example
White with #DEC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7AB; }
p { color: rgb(222,199,171); }
H1.HeaderClassName
{
color: #DEC7AB;
}
.AnyTagClassName
{
color: #DEC7AB;
}
</style>
background-color css
<style>
a { background-color: #DEC7AB; }
a { background-color: rgb(222,199,171); }
div.DivClassName
{
background-color: #DEC7AB;
}
.BgClassName
{
background-color: #DEC7AB;
}
</style>
border-color css
<style>
span { border-color: #DEC7AB; }
span { border-color: rgb(222,199,171); }
td.TdClassName
{
border-color: #DEC7AB;
}
.TagClassName
{
border-color: #DEC7AB;
}
</style>