Shades of Bone #DEC4AD
Tints of Bone #DEC4AD
RGB
CMYK
RGB Variations
Color information
#DEC4AD (or 0xDEC4AD) is known color: Bone. HEX triplet: DE, C4 and AD. RGB value is (222,196,173). Sum of RGB (Red+Green+Blue) = 222+196+173=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC4AD is #213B52. Grayscale: #C9C9C9. Windows color (decimal): -2177875 or 11388126. OLE color: 11388126.
HSL color Cylindrical-coordinate representation of color #DEC4AD: hue angle of 28.16º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEC4AD is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 173 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.13 |
| HSL | 28.16º | 0.43% | 0.77% | - |
| HSV(B) | 28.16º | 0.22% | 0.87% | - |
| XYZ | 57.41 | 58.03 | 47.71 | - |
| YUV | 201.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 173 | 0 | 0.12 | 0.22 | 0.13 | 28.16 | 0.43 | 0.77 |
| Hex | DE | C4 | AD | 0 | C | 16 | D | 1C | 2B | 4D |
| Octal | 336 | 304 | 255 | 0 | 14 | 26 | 15 | 34 | 53 | 115 |
| Binary | 11011110 | 11000100 | 10101101 | 0 | 1100 | 10110 | 1101 | 11100 | 101011 | 1001101 |
Color Harmonies of #DEC4AD
Complementary color
Monochromatic Colors of #DEC4AD
Black with #DEC4AD
Text Example
Text Example
White with #DEC4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4AD; }
p { color: rgb(222,196,173); }
H1.HeaderClassName
{
color: #DEC4AD;
}
.AnyTagClassName
{
color: #DEC4AD;
}
</style>
background-color css
<style>
a { background-color: #DEC4AD; }
a { background-color: rgb(222,196,173); }
div.DivClassName
{
background-color: #DEC4AD;
}
.BgClassName
{
background-color: #DEC4AD;
}
</style>
border-color css
<style>
span { border-color: #DEC4AD; }
span { border-color: rgb(222,196,173); }
td.TdClassName
{
border-color: #DEC4AD;
}
.TagClassName
{
border-color: #DEC4AD;
}
</style>