Shades of Shilo #DEAA9D
Tints of Shilo #DEAA9D
RGB
CMYK
RGB Variations
Color information
#DEAA9D (or 0xDEAA9D) is known color: Shilo. HEX triplet: DE, AA and 9D. RGB value is (222,170,157). Sum of RGB (Red+Green+Blue) = 222+170+157=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA9D is #215562. Grayscale: #B8B8B8. Windows color (decimal): -2184547 or 10332894. OLE color: 10332894.
HSL color Cylindrical-coordinate representation of color #DEAA9D: hue angle of 12º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEAA9D is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 157 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.13 |
| HSL | 12º | 0.5% | 0.74% | - |
| HSV(B) | 12º | 0.29% | 0.87% | - |
| XYZ | 50.58 | 46.71 | 38.25 | - |
| YUV | 184.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 157 | 0 | 0.23 | 0.29 | 0.13 | 12 | 0.5 | 0.74 |
| Hex | DE | AA | 9D | 0 | 17 | 1D | D | C | 32 | 4A |
| Octal | 336 | 252 | 235 | 0 | 27 | 35 | 15 | 14 | 62 | 112 |
| Binary | 11011110 | 10101010 | 10011101 | 0 | 10111 | 11101 | 1101 | 1100 | 110010 | 1001010 |
Color Harmonies of #DEAA9D
Complementary color
Monochromatic Colors of #DEAA9D
Black with #DEAA9D
Text Example
Text Example
White with #DEAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA9D; }
p { color: rgb(222,170,157); }
H1.HeaderClassName
{
color: #DEAA9D;
}
.AnyTagClassName
{
color: #DEAA9D;
}
</style>
background-color css
<style>
a { background-color: #DEAA9D; }
a { background-color: rgb(222,170,157); }
div.DivClassName
{
background-color: #DEAA9D;
}
.BgClassName
{
background-color: #DEAA9D;
}
</style>
border-color css
<style>
span { border-color: #DEAA9D; }
span { border-color: rgb(222,170,157); }
td.TdClassName
{
border-color: #DEAA9D;
}
.TagClassName
{
border-color: #DEAA9D;
}
</style>