Shades of Shilo #DDAAA0
Tints of Shilo #DDAAA0
RGB
CMYK
RGB Variations
Color information
#DDAAA0 (or 0xDDAAA0) is known color: Shilo. HEX triplet: DD, AA and A0. RGB value is (221,170,160). Sum of RGB (Red+Green+Blue) = 221+170+160=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAA0 is #22555F. Grayscale: #B8B8B8. Windows color (decimal): -2250080 or 10529501. OLE color: 10529501.
HSL color Cylindrical-coordinate representation of color #DDAAA0: hue angle of 9.84º degrees, saturation: 0.47, 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 #DDAAA0 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 160 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.13 |
| HSL | 9.84º | 0.47% | 0.75% | - |
| HSV(B) | 9.84º | 0.28% | 0.87% | - |
| XYZ | 50.54 | 46.66 | 39.6 | - |
| YUV | 184.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 160 | 0 | 0.23 | 0.28 | 0.13 | 9.84 | 0.47 | 0.75 |
| Hex | DD | AA | A0 | 0 | 17 | 1C | D | A | 2F | 4B |
| Octal | 335 | 252 | 240 | 0 | 27 | 34 | 15 | 12 | 57 | 113 |
| Binary | 11011101 | 10101010 | 10100000 | 0 | 10111 | 11100 | 1101 | 1010 | 101111 | 1001011 |
Color Harmonies of #DDAAA0
Complementary color
Monochromatic Colors of #DDAAA0
Black with #DDAAA0
Text Example
Text Example
White with #DDAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAA0; }
p { color: rgb(221,170,160); }
H1.HeaderClassName
{
color: #DDAAA0;
}
.AnyTagClassName
{
color: #DDAAA0;
}
</style>
background-color css
<style>
a { background-color: #DDAAA0; }
a { background-color: rgb(221,170,160); }
div.DivClassName
{
background-color: #DDAAA0;
}
.BgClassName
{
background-color: #DDAAA0;
}
</style>
border-color css
<style>
span { border-color: #DDAAA0; }
span { border-color: rgb(221,170,160); }
td.TdClassName
{
border-color: #DDAAA0;
}
.TagClassName
{
border-color: #DDAAA0;
}
</style>