Shades of Bone #DEBCA0
Tints of Bone #DEBCA0
RGB
CMYK
RGB Variations
Color information
#DEBCA0 (or 0xDEBCA0) is known color: Bone. HEX triplet: DE, BC and A0. RGB value is (222,188,160). Sum of RGB (Red+Green+Blue) = 222+188+160=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCA0 is #21435F. Grayscale: #C3C3C3. Windows color (decimal): -2179936 or 10534110. OLE color: 10534110.
HSL color Cylindrical-coordinate representation of color #DEBCA0: hue angle of 27.1º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEBCA0 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 160 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.13 |
| HSL | 27.1º | 0.48% | 0.75% | - |
| HSV(B) | 27.1º | 0.28% | 0.87% | - |
| XYZ | 54.45 | 54.03 | 40.82 | - |
| YUV | 194.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 160 | 0 | 0.15 | 0.28 | 0.13 | 27.1 | 0.48 | 0.75 |
| Hex | DE | BC | A0 | 0 | F | 1C | D | 1B | 30 | 4B |
| Octal | 336 | 274 | 240 | 0 | 17 | 34 | 15 | 33 | 60 | 113 |
| Binary | 11011110 | 10111100 | 10100000 | 0 | 1111 | 11100 | 1101 | 11011 | 110000 | 1001011 |
Color Harmonies of #DEBCA0
Complementary color
Monochromatic Colors of #DEBCA0
Black with #DEBCA0
Text Example
Text Example
White with #DEBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCA0; }
p { color: rgb(222,188,160); }
H1.HeaderClassName
{
color: #DEBCA0;
}
.AnyTagClassName
{
color: #DEBCA0;
}
</style>
background-color css
<style>
a { background-color: #DEBCA0; }
a { background-color: rgb(222,188,160); }
div.DivClassName
{
background-color: #DEBCA0;
}
.BgClassName
{
background-color: #DEBCA0;
}
</style>
border-color css
<style>
span { border-color: #DEBCA0; }
span { border-color: rgb(222,188,160); }
td.TdClassName
{
border-color: #DEBCA0;
}
.TagClassName
{
border-color: #DEBCA0;
}
</style>