Shades of Shilo #DEB6A9
Tints of Shilo #DEB6A9
RGB
CMYK
RGB Variations
Color information
#DEB6A9 (or 0xDEB6A9) is known color: Shilo. HEX triplet: DE, B6 and A9. RGB value is (222,182,169). Sum of RGB (Red+Green+Blue) = 222+182+169=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB6A9 is #214956. Grayscale: #C0C0C0. Windows color (decimal): -2181463 or 11122398. OLE color: 11122398.
HSL color Cylindrical-coordinate representation of color #DEB6A9: hue angle of 14.72º 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 #DEB6A9 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 169 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.13 |
| HSL | 14.72º | 0.45% | 0.77% | - |
| HSV(B) | 14.72º | 0.24% | 0.87% | - |
| XYZ | 54.01 | 51.85 | 44.7 | - |
| YUV | 192.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 169 | 0 | 0.18 | 0.24 | 0.13 | 14.72 | 0.45 | 0.77 |
| Hex | DE | B6 | A9 | 0 | 12 | 18 | D | F | 2D | 4D |
| Octal | 336 | 266 | 251 | 0 | 22 | 30 | 15 | 17 | 55 | 115 |
| Binary | 11011110 | 10110110 | 10101001 | 0 | 10010 | 11000 | 1101 | 1111 | 101101 | 1001101 |
Color Harmonies of #DEB6A9
Complementary color
Monochromatic Colors of #DEB6A9
Black with #DEB6A9
Text Example
Text Example
White with #DEB6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6A9; }
p { color: rgb(222,182,169); }
H1.HeaderClassName
{
color: #DEB6A9;
}
.AnyTagClassName
{
color: #DEB6A9;
}
</style>
background-color css
<style>
a { background-color: #DEB6A9; }
a { background-color: rgb(222,182,169); }
div.DivClassName
{
background-color: #DEB6A9;
}
.BgClassName
{
background-color: #DEB6A9;
}
</style>
border-color css
<style>
span { border-color: #DEB6A9; }
span { border-color: rgb(222,182,169); }
td.TdClassName
{
border-color: #DEB6A9;
}
.TagClassName
{
border-color: #DEB6A9;
}
</style>