Shades of Shilo #DEB0AA
Tints of Shilo #DEB0AA
RGB
CMYK
RGB Variations
Color information
#DEB0AA (or 0xDEB0AA) is known color: Shilo. HEX triplet: DE, B0 and AA. RGB value is (222,176,170). Sum of RGB (Red+Green+Blue) = 222+176+170=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB0AA is #214F55. Grayscale: #BDBDBD. Windows color (decimal): -2182998 or 11186398. OLE color: 11186398.
HSL color Cylindrical-coordinate representation of color #DEB0AA: hue angle of 6.92º degrees, saturation: 0.44, 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 #DEB0AA is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 170 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.13 |
| HSL | 6.92º | 0.44% | 0.77% | - |
| HSV(B) | 6.92º | 0.23% | 0.87% | - |
| XYZ | 52.91 | 49.48 | 44.79 | - |
| YUV | 189.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 170 | 0 | 0.21 | 0.23 | 0.13 | 6.92 | 0.44 | 0.77 |
| Hex | DE | B0 | AA | 0 | 15 | 17 | D | 7 | 2C | 4D |
| Octal | 336 | 260 | 252 | 0 | 25 | 27 | 15 | 7 | 54 | 115 |
| Binary | 11011110 | 10110000 | 10101010 | 0 | 10101 | 10111 | 1101 | 111 | 101100 | 1001101 |
Color Harmonies of #DEB0AA
Complementary color
Monochromatic Colors of #DEB0AA
Black with #DEB0AA
Text Example
Text Example
White with #DEB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0AA; }
p { color: rgb(222,176,170); }
H1.HeaderClassName
{
color: #DEB0AA;
}
.AnyTagClassName
{
color: #DEB0AA;
}
</style>
background-color css
<style>
a { background-color: #DEB0AA; }
a { background-color: rgb(222,176,170); }
div.DivClassName
{
background-color: #DEB0AA;
}
.BgClassName
{
background-color: #DEB0AA;
}
</style>
border-color css
<style>
span { border-color: #DEB0AA; }
span { border-color: rgb(222,176,170); }
td.TdClassName
{
border-color: #DEB0AA;
}
.TagClassName
{
border-color: #DEB0AA;
}
</style>