Shades of Bone #DEC9AC
Tints of Bone #DEC9AC
RGB
CMYK
RGB Variations
Color information
#DEC9AC (or 0xDEC9AC) is known color: Bone. HEX triplet: DE, C9 and AC. RGB value is (222,201,172). Sum of RGB (Red+Green+Blue) = 222+201+172=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9AC is #213653. Grayscale: #CCCCCC. Windows color (decimal): -2176596 or 11323870. OLE color: 11323870.
HSL color Cylindrical-coordinate representation of color #DEC9AC: hue angle of 34.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC9AC is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 172 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.13 |
| HSL | 34.8º | 0.43% | 0.77% | - |
| HSV(B) | 34.8º | 0.23% | 0.87% | - |
| XYZ | 58.46 | 60.28 | 47.58 | - |
| YUV | 203.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 172 | 0 | 0.09 | 0.23 | 0.13 | 34.8 | 0.43 | 0.77 |
| Hex | DE | C9 | AC | 0 | 9 | 17 | D | 23 | 2B | 4D |
| Octal | 336 | 311 | 254 | 0 | 11 | 27 | 15 | 43 | 53 | 115 |
| Binary | 11011110 | 11001001 | 10101100 | 0 | 1001 | 10111 | 1101 | 100011 | 101011 | 1001101 |
Color Harmonies of #DEC9AC
Complementary color
Monochromatic Colors of #DEC9AC
Black with #DEC9AC
Text Example
Text Example
White with #DEC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9AC; }
p { color: rgb(222,201,172); }
H1.HeaderClassName
{
color: #DEC9AC;
}
.AnyTagClassName
{
color: #DEC9AC;
}
</style>
background-color css
<style>
a { background-color: #DEC9AC; }
a { background-color: rgb(222,201,172); }
div.DivClassName
{
background-color: #DEC9AC;
}
.BgClassName
{
background-color: #DEC9AC;
}
</style>
border-color css
<style>
span { border-color: #DEC9AC; }
span { border-color: rgb(222,201,172); }
td.TdClassName
{
border-color: #DEC9AC;
}
.TagClassName
{
border-color: #DEC9AC;
}
</style>