Shades of Shilo #DDAEA0
Tints of Shilo #DDAEA0
RGB
CMYK
RGB Variations
Color information
#DDAEA0 (or 0xDDAEA0) is known color: Shilo. HEX triplet: DD, AE and A0. RGB value is (221,174,160). Sum of RGB (Red+Green+Blue) = 221+174+160=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEA0 is #22515F. Grayscale: #BABABA. Windows color (decimal): -2249056 or 10530525. OLE color: 10530525.
HSL color Cylindrical-coordinate representation of color #DDAEA0: hue angle of 13.77º 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 #DDAEA0 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 160 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.13 |
| HSL | 13.77º | 0.47% | 0.75% | - |
| HSV(B) | 13.77º | 0.28% | 0.87% | - |
| XYZ | 51.3 | 48.18 | 39.85 | - |
| YUV | 186.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 160 | 0 | 0.21 | 0.28 | 0.13 | 13.77 | 0.47 | 0.75 |
| Hex | DD | AE | A0 | 0 | 15 | 1C | D | E | 2F | 4B |
| Octal | 335 | 256 | 240 | 0 | 25 | 34 | 15 | 16 | 57 | 113 |
| Binary | 11011101 | 10101110 | 10100000 | 0 | 10101 | 11100 | 1101 | 1110 | 101111 | 1001011 |
Color Harmonies of #DDAEA0
Complementary color
Monochromatic Colors of #DDAEA0
Black with #DDAEA0
Text Example
Text Example
White with #DDAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEA0; }
p { color: rgb(221,174,160); }
H1.HeaderClassName
{
color: #DDAEA0;
}
.AnyTagClassName
{
color: #DDAEA0;
}
</style>
background-color css
<style>
a { background-color: #DDAEA0; }
a { background-color: rgb(221,174,160); }
div.DivClassName
{
background-color: #DDAEA0;
}
.BgClassName
{
background-color: #DDAEA0;
}
</style>
border-color css
<style>
span { border-color: #DDAEA0; }
span { border-color: rgb(221,174,160); }
td.TdClassName
{
border-color: #DDAEA0;
}
.TagClassName
{
border-color: #DDAEA0;
}
</style>