Shades of Bone #DEBDA0
Tints of Bone #DEBDA0
RGB
CMYK
RGB Variations
Color information
#DEBDA0 (or 0xDEBDA0) is known color: Bone. HEX triplet: DE, BD and A0. RGB value is (222,189,160). Sum of RGB (Red+Green+Blue) = 222+189+160=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDA0 is #21425F. Grayscale: #C3C3C3. Windows color (decimal): -2179680 or 10534366. OLE color: 10534366.
HSL color Cylindrical-coordinate representation of color #DEBDA0: hue angle of 28.06º 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 #DEBDA0 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 160 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.13 |
| HSL | 28.06º | 0.48% | 0.75% | - |
| HSV(B) | 28.06º | 0.28% | 0.87% | - |
| XYZ | 54.67 | 54.46 | 40.89 | - |
| YUV | 195.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 160 | 0 | 0.15 | 0.28 | 0.13 | 28.06 | 0.48 | 0.75 |
| Hex | DE | BD | A0 | 0 | F | 1C | D | 1C | 30 | 4B |
| Octal | 336 | 275 | 240 | 0 | 17 | 34 | 15 | 34 | 60 | 113 |
| Binary | 11011110 | 10111101 | 10100000 | 0 | 1111 | 11100 | 1101 | 11100 | 110000 | 1001011 |
Color Harmonies of #DEBDA0
Complementary color
Monochromatic Colors of #DEBDA0
Black with #DEBDA0
Text Example
Text Example
White with #DEBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDA0; }
p { color: rgb(222,189,160); }
H1.HeaderClassName
{
color: #DEBDA0;
}
.AnyTagClassName
{
color: #DEBDA0;
}
</style>
background-color css
<style>
a { background-color: #DEBDA0; }
a { background-color: rgb(222,189,160); }
div.DivClassName
{
background-color: #DEBDA0;
}
.BgClassName
{
background-color: #DEBDA0;
}
</style>
border-color css
<style>
span { border-color: #DEBDA0; }
span { border-color: rgb(222,189,160); }
td.TdClassName
{
border-color: #DEBDA0;
}
.TagClassName
{
border-color: #DEBDA0;
}
</style>