Shades of Shilo #DDADA0
Tints of Shilo #DDADA0
RGB
CMYK
RGB Variations
Color information
#DDADA0 (or 0xDDADA0) is known color: Shilo. HEX triplet: DD, AD and A0. RGB value is (221,173,160). Sum of RGB (Red+Green+Blue) = 221+173+160=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADA0 is #22525F. Grayscale: #B9B9B9. Windows color (decimal): -2249312 or 10530269. OLE color: 10530269.
HSL color Cylindrical-coordinate representation of color #DDADA0: hue angle of 12.79º 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 #DDADA0 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 160 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.13 |
| HSL | 12.79º | 0.47% | 0.75% | - |
| HSV(B) | 12.79º | 0.28% | 0.87% | - |
| XYZ | 51.11 | 47.8 | 39.79 | - |
| YUV | 185.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 160 | 0 | 0.22 | 0.28 | 0.13 | 12.79 | 0.47 | 0.75 |
| Hex | DD | AD | A0 | 0 | 16 | 1C | D | D | 2F | 4B |
| Octal | 335 | 255 | 240 | 0 | 26 | 34 | 15 | 15 | 57 | 113 |
| Binary | 11011101 | 10101101 | 10100000 | 0 | 10110 | 11100 | 1101 | 1101 | 101111 | 1001011 |
Color Harmonies of #DDADA0
Complementary color
Monochromatic Colors of #DDADA0
Black with #DDADA0
Text Example
Text Example
White with #DDADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADA0; }
p { color: rgb(221,173,160); }
H1.HeaderClassName
{
color: #DDADA0;
}
.AnyTagClassName
{
color: #DDADA0;
}
</style>
background-color css
<style>
a { background-color: #DDADA0; }
a { background-color: rgb(221,173,160); }
div.DivClassName
{
background-color: #DDADA0;
}
.BgClassName
{
background-color: #DDADA0;
}
</style>
border-color css
<style>
span { border-color: #DDADA0; }
span { border-color: rgb(221,173,160); }
td.TdClassName
{
border-color: #DDADA0;
}
.TagClassName
{
border-color: #DDADA0;
}
</style>