Shades of Bone #DEC6AD
Tints of Bone #DEC6AD
RGB
CMYK
RGB Variations
Color information
#DEC6AD (or 0xDEC6AD) is known color: Bone. HEX triplet: DE, C6 and AD. RGB value is (222,198,173). Sum of RGB (Red+Green+Blue) = 222+198+173=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC6AD is #213952. Grayscale: #CACACA. Windows color (decimal): -2177363 or 11388638. OLE color: 11388638.
HSL color Cylindrical-coordinate representation of color #DEC6AD: hue angle of 30.61º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEC6AD is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 173 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.13 |
| HSL | 30.61º | 0.43% | 0.77% | - |
| HSV(B) | 30.61º | 0.22% | 0.87% | - |
| XYZ | 57.86 | 58.93 | 47.86 | - |
| YUV | 202.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 173 | 0 | 0.11 | 0.22 | 0.13 | 30.61 | 0.43 | 0.77 |
| Hex | DE | C6 | AD | 0 | B | 16 | D | 1F | 2B | 4D |
| Octal | 336 | 306 | 255 | 0 | 13 | 26 | 15 | 37 | 53 | 115 |
| Binary | 11011110 | 11000110 | 10101101 | 0 | 1011 | 10110 | 1101 | 11111 | 101011 | 1001101 |
Color Harmonies of #DEC6AD
Complementary color
Monochromatic Colors of #DEC6AD
Black with #DEC6AD
Text Example
Text Example
White with #DEC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6AD; }
p { color: rgb(222,198,173); }
H1.HeaderClassName
{
color: #DEC6AD;
}
.AnyTagClassName
{
color: #DEC6AD;
}
</style>
background-color css
<style>
a { background-color: #DEC6AD; }
a { background-color: rgb(222,198,173); }
div.DivClassName
{
background-color: #DEC6AD;
}
.BgClassName
{
background-color: #DEC6AD;
}
</style>
border-color css
<style>
span { border-color: #DEC6AD; }
span { border-color: rgb(222,198,173); }
td.TdClassName
{
border-color: #DEC6AD;
}
.TagClassName
{
border-color: #DEC6AD;
}
</style>