Shades of Shilo #DEB6A5
Tints of Shilo #DEB6A5
RGB
CMYK
RGB Variations
Color information
#DEB6A5 (or 0xDEB6A5) is known color: Shilo. HEX triplet: DE, B6 and A5. RGB value is (222,182,165). Sum of RGB (Red+Green+Blue) = 222+182+165=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB6A5 is #21495A. Grayscale: #C0C0C0. Windows color (decimal): -2181467 or 10860254. OLE color: 10860254.
HSL color Cylindrical-coordinate representation of color #DEB6A5: hue angle of 17.89º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEB6A5 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 165 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.13 |
| HSL | 17.89º | 0.46% | 0.76% | - |
| HSV(B) | 17.89º | 0.26% | 0.87% | - |
| XYZ | 53.64 | 51.7 | 42.75 | - |
| YUV | 192.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 165 | 0 | 0.18 | 0.26 | 0.13 | 17.89 | 0.46 | 0.76 |
| Hex | DE | B6 | A5 | 0 | 12 | 1A | D | 12 | 2E | 4C |
| Octal | 336 | 266 | 245 | 0 | 22 | 32 | 15 | 22 | 56 | 114 |
| Binary | 11011110 | 10110110 | 10100101 | 0 | 10010 | 11010 | 1101 | 10010 | 101110 | 1001100 |
Color Harmonies of #DEB6A5
Complementary color
Monochromatic Colors of #DEB6A5
Black with #DEB6A5
Text Example
Text Example
White with #DEB6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6A5; }
p { color: rgb(222,182,165); }
H1.HeaderClassName
{
color: #DEB6A5;
}
.AnyTagClassName
{
color: #DEB6A5;
}
</style>
background-color css
<style>
a { background-color: #DEB6A5; }
a { background-color: rgb(222,182,165); }
div.DivClassName
{
background-color: #DEB6A5;
}
.BgClassName
{
background-color: #DEB6A5;
}
</style>
border-color css
<style>
span { border-color: #DEB6A5; }
span { border-color: rgb(222,182,165); }
td.TdClassName
{
border-color: #DEB6A5;
}
.TagClassName
{
border-color: #DEB6A5;
}
</style>