Shades of Bone #DEC9B0
Tints of Bone #DEC9B0
RGB
CMYK
RGB Variations
Color information
#DEC9B0 (or 0xDEC9B0) is known color: Bone. HEX triplet: DE, C9 and B0. RGB value is (222,201,176). Sum of RGB (Red+Green+Blue) = 222+201+176=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9B0 is #21364F. Grayscale: #CCCCCC. Windows color (decimal): -2176592 or 11586014. OLE color: 11586014.
HSL color Cylindrical-coordinate representation of color #DEC9B0: hue angle of 32.61º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEC9B0 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 176 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.13 |
| HSL | 32.61º | 0.41% | 0.78% | - |
| HSV(B) | 32.61º | 0.21% | 0.87% | - |
| XYZ | 58.85 | 60.44 | 49.64 | - |
| YUV | 204.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 176 | 0 | 0.09 | 0.21 | 0.13 | 32.61 | 0.41 | 0.78 |
| Hex | DE | C9 | B0 | 0 | 9 | 15 | D | 21 | 29 | 4E |
| Octal | 336 | 311 | 260 | 0 | 11 | 25 | 15 | 41 | 51 | 116 |
| Binary | 11011110 | 11001001 | 10110000 | 0 | 1001 | 10101 | 1101 | 100001 | 101001 | 1001110 |
Color Harmonies of #DEC9B0
Complementary color
Monochromatic Colors of #DEC9B0
Black with #DEC9B0
Text Example
Text Example
White with #DEC9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9B0; }
p { color: rgb(222,201,176); }
H1.HeaderClassName
{
color: #DEC9B0;
}
.AnyTagClassName
{
color: #DEC9B0;
}
</style>
background-color css
<style>
a { background-color: #DEC9B0; }
a { background-color: rgb(222,201,176); }
div.DivClassName
{
background-color: #DEC9B0;
}
.BgClassName
{
background-color: #DEC9B0;
}
</style>
border-color css
<style>
span { border-color: #DEC9B0; }
span { border-color: rgb(222,201,176); }
td.TdClassName
{
border-color: #DEC9B0;
}
.TagClassName
{
border-color: #DEC9B0;
}
</style>