Shades of Shilo #DDADA1
Tints of Shilo #DDADA1
RGB
CMYK
RGB Variations
Color information
#DDADA1 (or 0xDDADA1) is known color: Shilo. HEX triplet: DD, AD and A1. RGB value is (221,173,161). Sum of RGB (Red+Green+Blue) = 221+173+161=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADA1 is #22525E. Grayscale: #BABABA. Windows color (decimal): -2249311 or 10595805. OLE color: 10595805.
HSL color Cylindrical-coordinate representation of color #DDADA1: hue angle of 12º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDADA1 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 161 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.13 |
| HSL | 12º | 0.47% | 0.75% | - |
| HSV(B) | 12º | 0.27% | 0.87% | - |
| XYZ | 51.2 | 47.83 | 40.25 | - |
| YUV | 185.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 161 | 0 | 0.22 | 0.27 | 0.13 | 12 | 0.47 | 0.75 |
| Hex | DD | AD | A1 | 0 | 16 | 1B | D | C | 2F | 4B |
| Octal | 335 | 255 | 241 | 0 | 26 | 33 | 15 | 14 | 57 | 113 |
| Binary | 11011101 | 10101101 | 10100001 | 0 | 10110 | 11011 | 1101 | 1100 | 101111 | 1001011 |
Color Harmonies of #DDADA1
Complementary color
Monochromatic Colors of #DDADA1
Black with #DDADA1
Text Example
Text Example
White with #DDADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADA1; }
p { color: rgb(221,173,161); }
H1.HeaderClassName
{
color: #DDADA1;
}
.AnyTagClassName
{
color: #DDADA1;
}
</style>
background-color css
<style>
a { background-color: #DDADA1; }
a { background-color: rgb(221,173,161); }
div.DivClassName
{
background-color: #DDADA1;
}
.BgClassName
{
background-color: #DDADA1;
}
</style>
border-color css
<style>
span { border-color: #DDADA1; }
span { border-color: rgb(221,173,161); }
td.TdClassName
{
border-color: #DDADA1;
}
.TagClassName
{
border-color: #DDADA1;
}
</style>