Shades of Shilo #DEB4A9
Tints of Shilo #DEB4A9
RGB
CMYK
RGB Variations
Color information
#DEB4A9 (or 0xDEB4A9) is known color: Shilo. HEX triplet: DE, B4 and A9. RGB value is (222,180,169). Sum of RGB (Red+Green+Blue) = 222+180+169=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB4A9 is #214B56. Grayscale: #BFBFBF. Windows color (decimal): -2181975 or 11121886. OLE color: 11121886.
HSL color Cylindrical-coordinate representation of color #DEB4A9: hue angle of 12.45º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEB4A9 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 169 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.13 |
| HSL | 12.45º | 0.45% | 0.77% | - |
| HSV(B) | 12.45º | 0.24% | 0.87% | - |
| XYZ | 53.61 | 51.04 | 44.56 | - |
| YUV | 191.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 169 | 0 | 0.19 | 0.24 | 0.13 | 12.45 | 0.45 | 0.77 |
| Hex | DE | B4 | A9 | 0 | 13 | 18 | D | C | 2D | 4D |
| Octal | 336 | 264 | 251 | 0 | 23 | 30 | 15 | 14 | 55 | 115 |
| Binary | 11011110 | 10110100 | 10101001 | 0 | 10011 | 11000 | 1101 | 1100 | 101101 | 1001101 |
Color Harmonies of #DEB4A9
Complementary color
Monochromatic Colors of #DEB4A9
Black with #DEB4A9
Text Example
Text Example
White with #DEB4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB4A9; }
p { color: rgb(222,180,169); }
H1.HeaderClassName
{
color: #DEB4A9;
}
.AnyTagClassName
{
color: #DEB4A9;
}
</style>
background-color css
<style>
a { background-color: #DEB4A9; }
a { background-color: rgb(222,180,169); }
div.DivClassName
{
background-color: #DEB4A9;
}
.BgClassName
{
background-color: #DEB4A9;
}
</style>
border-color css
<style>
span { border-color: #DEB4A9; }
span { border-color: rgb(222,180,169); }
td.TdClassName
{
border-color: #DEB4A9;
}
.TagClassName
{
border-color: #DEB4A9;
}
</style>