Shades of Shilo #DEB29F
Tints of Shilo #DEB29F
RGB
CMYK
RGB Variations
Color information
#DEB29F (or 0xDEB29F) is known color: Shilo. HEX triplet: DE, B2 and 9F. RGB value is (222,178,159). Sum of RGB (Red+Green+Blue) = 222+178+159=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB29F is #214D60. Grayscale: #BDBDBD. Windows color (decimal): -2182497 or 10466014. OLE color: 10466014.
HSL color Cylindrical-coordinate representation of color #DEB29F: hue angle of 18.1º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB29F is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 159 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.13 |
| HSL | 18.1º | 0.49% | 0.75% | - |
| HSV(B) | 18.1º | 0.28% | 0.87% | - |
| XYZ | 52.3 | 49.87 | 39.67 | - |
| YUV | 188.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 159 | 0 | 0.20 | 0.28 | 0.13 | 18.1 | 0.49 | 0.75 |
| Hex | DE | B2 | 9F | 0 | 14 | 1C | D | 12 | 31 | 4B |
| Octal | 336 | 262 | 237 | 0 | 24 | 34 | 15 | 22 | 61 | 113 |
| Binary | 11011110 | 10110010 | 10011111 | 0 | 10100 | 11100 | 1101 | 10010 | 110001 | 1001011 |
Color Harmonies of #DEB29F
Complementary color
Monochromatic Colors of #DEB29F
Black with #DEB29F
Text Example
Text Example
White with #DEB29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB29F; }
p { color: rgb(222,178,159); }
H1.HeaderClassName
{
color: #DEB29F;
}
.AnyTagClassName
{
color: #DEB29F;
}
</style>
background-color css
<style>
a { background-color: #DEB29F; }
a { background-color: rgb(222,178,159); }
div.DivClassName
{
background-color: #DEB29F;
}
.BgClassName
{
background-color: #DEB29F;
}
</style>
border-color css
<style>
span { border-color: #DEB29F; }
span { border-color: rgb(222,178,159); }
td.TdClassName
{
border-color: #DEB29F;
}
.TagClassName
{
border-color: #DEB29F;
}
</style>