Shades of Bone #DECAB0
Tints of Bone #DECAB0
RGB
CMYK
RGB Variations
Color information
#DECAB0 (or 0xDECAB0) is known color: Bone. HEX triplet: DE, CA and B0. RGB value is (222,202,176). Sum of RGB (Red+Green+Blue) = 222+202+176=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAB0 is #21354F. Grayscale: #CDCDCD. Windows color (decimal): -2176336 or 11586270. OLE color: 11586270.
HSL color Cylindrical-coordinate representation of color #DECAB0: hue angle of 33.91º 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 #DECAB0 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 202 | 176 | - |
CMYK | 0 | 0.09 | 0.21 | 0.13 |
HSL | 33.91º | 0.41% | 0.78% | - |
HSV(B) | 33.91º | 0.21% | 0.87% | - |
XYZ | 59.08 | 60.91 | 49.72 | - |
YUV | 205.02 | 111.63 | 140.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 202 | 176 | 0 | 0.09 | 0.21 | 0.13 | 33.91 | 0.41 | 0.78 |
Hex | DE | CA | B0 | 0 | 9 | 15 | D | 22 | 29 | 4E |
Octal | 336 | 312 | 260 | 0 | 11 | 25 | 15 | 42 | 51 | 116 |
Binary | 11011110 | 11001010 | 10110000 | 0 | 1001 | 10101 | 1101 | 100010 | 101001 | 1001110 |
Color Harmonies of #DECAB0
Complementary color
Monochromatic Colors of #DECAB0
Black with #DECAB0
Text Example
Text Example
White with #DECAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAB0; }
p { color: rgb(222,202,176); }
H1.HeaderClassName
{
color: #DECAB0;
}
.AnyTagClassName
{
color: #DECAB0;
}
</style>
background-color css
<style>
a { background-color: #DECAB0; }
a { background-color: rgb(222,202,176); }
div.DivClassName
{
background-color: #DECAB0;
}
.BgClassName
{
background-color: #DECAB0;
}
</style>
border-color css
<style>
span { border-color: #DECAB0; }
span { border-color: rgb(222,202,176); }
td.TdClassName
{
border-color: #DECAB0;
}
.TagClassName
{
border-color: #DECAB0;
}
</style>