Shades of Bone #DEBC9F
Tints of Bone #DEBC9F
RGB
CMYK
RGB Variations
Color information
#DEBC9F (or 0xDEBC9F) is known color: Bone. HEX triplet: DE, BC and 9F. RGB value is (222,188,159). Sum of RGB (Red+Green+Blue) = 222+188+159=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC9F is #214360. Grayscale: #C3C3C3. Windows color (decimal): -2179937 or 10468574. OLE color: 10468574.
HSL color Cylindrical-coordinate representation of color #DEBC9F: hue angle of 27.62º degrees, saturation: 0.49, 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 #DEBC9F is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 159 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.13 |
| HSL | 27.62º | 0.49% | 0.75% | - |
| HSV(B) | 27.62º | 0.28% | 0.87% | - |
| XYZ | 54.37 | 54 | 40.36 | - |
| YUV | 194.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 159 | 0 | 0.15 | 0.28 | 0.13 | 27.62 | 0.49 | 0.75 |
| Hex | DE | BC | 9F | 0 | F | 1C | D | 1C | 31 | 4B |
| Octal | 336 | 274 | 237 | 0 | 17 | 34 | 15 | 34 | 61 | 113 |
| Binary | 11011110 | 10111100 | 10011111 | 0 | 1111 | 11100 | 1101 | 11100 | 110001 | 1001011 |
Color Harmonies of #DEBC9F
Complementary color
Monochromatic Colors of #DEBC9F
Black with #DEBC9F
Text Example
Text Example
White with #DEBC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC9F; }
p { color: rgb(222,188,159); }
H1.HeaderClassName
{
color: #DEBC9F;
}
.AnyTagClassName
{
color: #DEBC9F;
}
</style>
background-color css
<style>
a { background-color: #DEBC9F; }
a { background-color: rgb(222,188,159); }
div.DivClassName
{
background-color: #DEBC9F;
}
.BgClassName
{
background-color: #DEBC9F;
}
</style>
border-color css
<style>
span { border-color: #DEBC9F; }
span { border-color: rgb(222,188,159); }
td.TdClassName
{
border-color: #DEBC9F;
}
.TagClassName
{
border-color: #DEBC9F;
}
</style>