Shades of Shilo #DDACA0
Tints of Shilo #DDACA0
RGB
CMYK
RGB Variations
Color information
#DDACA0 (or 0xDDACA0) is known color: Shilo. HEX triplet: DD, AC and A0. RGB value is (221,172,160). Sum of RGB (Red+Green+Blue) = 221+172+160=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACA0 is #22535F. Grayscale: #B9B9B9. Windows color (decimal): -2249568 or 10530013. OLE color: 10530013.
HSL color Cylindrical-coordinate representation of color #DDACA0: hue angle of 11.8º 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 #DDACA0 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 160 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.13 |
| HSL | 11.8º | 0.47% | 0.75% | - |
| HSV(B) | 11.8º | 0.28% | 0.87% | - |
| XYZ | 50.92 | 47.42 | 39.73 | - |
| YUV | 185.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 160 | 0 | 0.22 | 0.28 | 0.13 | 11.8 | 0.47 | 0.75 |
| Hex | DD | AC | A0 | 0 | 16 | 1C | D | C | 2F | 4B |
| Octal | 335 | 254 | 240 | 0 | 26 | 34 | 15 | 14 | 57 | 113 |
| Binary | 11011101 | 10101100 | 10100000 | 0 | 10110 | 11100 | 1101 | 1100 | 101111 | 1001011 |
Color Harmonies of #DDACA0
Complementary color
Monochromatic Colors of #DDACA0
Black with #DDACA0
Text Example
Text Example
White with #DDACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACA0; }
p { color: rgb(221,172,160); }
H1.HeaderClassName
{
color: #DDACA0;
}
.AnyTagClassName
{
color: #DDACA0;
}
</style>
background-color css
<style>
a { background-color: #DDACA0; }
a { background-color: rgb(221,172,160); }
div.DivClassName
{
background-color: #DDACA0;
}
.BgClassName
{
background-color: #DDACA0;
}
</style>
border-color css
<style>
span { border-color: #DDACA0; }
span { border-color: rgb(221,172,160); }
td.TdClassName
{
border-color: #DDACA0;
}
.TagClassName
{
border-color: #DDACA0;
}
</style>