Shades of Bone #DEC6AF
Tints of Bone #DEC6AF
RGB
CMYK
RGB Variations
Color information
#DEC6AF (or 0xDEC6AF) is known color: Bone. HEX triplet: DE, C6 and AF. RGB value is (222,198,175). Sum of RGB (Red+Green+Blue) = 222+198+175=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC6AF is #213950. Grayscale: #CACACA. Windows color (decimal): -2177361 or 11519710. OLE color: 11519710.
HSL color Cylindrical-coordinate representation of color #DEC6AF: hue angle of 29.36º degrees, saturation: 0.42, 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 #DEC6AF is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 175 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.13 |
| HSL | 29.36º | 0.42% | 0.78% | - |
| HSV(B) | 29.36º | 0.21% | 0.87% | - |
| XYZ | 58.06 | 59.01 | 48.89 | - |
| YUV | 202.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 175 | 0 | 0.11 | 0.21 | 0.13 | 29.36 | 0.42 | 0.78 |
| Hex | DE | C6 | AF | 0 | B | 15 | D | 1D | 2A | 4E |
| Octal | 336 | 306 | 257 | 0 | 13 | 25 | 15 | 35 | 52 | 116 |
| Binary | 11011110 | 11000110 | 10101111 | 0 | 1011 | 10101 | 1101 | 11101 | 101010 | 1001110 |
Color Harmonies of #DEC6AF
Complementary color
Monochromatic Colors of #DEC6AF
Black with #DEC6AF
Text Example
Text Example
White with #DEC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6AF; }
p { color: rgb(222,198,175); }
H1.HeaderClassName
{
color: #DEC6AF;
}
.AnyTagClassName
{
color: #DEC6AF;
}
</style>
background-color css
<style>
a { background-color: #DEC6AF; }
a { background-color: rgb(222,198,175); }
div.DivClassName
{
background-color: #DEC6AF;
}
.BgClassName
{
background-color: #DEC6AF;
}
</style>
border-color css
<style>
span { border-color: #DEC6AF; }
span { border-color: rgb(222,198,175); }
td.TdClassName
{
border-color: #DEC6AF;
}
.TagClassName
{
border-color: #DEC6AF;
}
</style>