Shades of Shilo #DDAAA1
Tints of Shilo #DDAAA1
RGB
CMYK
RGB Variations
Color information
#DDAAA1 (or 0xDDAAA1) is known color: Shilo. HEX triplet: DD, AA and A1. RGB value is (221,170,161). Sum of RGB (Red+Green+Blue) = 221+170+161=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAA1 is #22555E. Grayscale: #B8B8B8. Windows color (decimal): -2250079 or 10595037. OLE color: 10595037.
HSL color Cylindrical-coordinate representation of color #DDAAA1: hue angle of 9º 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 #DDAAA1 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 161 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.13 |
| HSL | 9º | 0.47% | 0.75% | - |
| HSV(B) | 9º | 0.27% | 0.87% | - |
| XYZ | 50.63 | 46.69 | 40.06 | - |
| YUV | 184.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 161 | 0 | 0.23 | 0.27 | 0.13 | 9 | 0.47 | 0.75 |
| Hex | DD | AA | A1 | 0 | 17 | 1B | D | 9 | 2F | 4B |
| Octal | 335 | 252 | 241 | 0 | 27 | 33 | 15 | 11 | 57 | 113 |
| Binary | 11011101 | 10101010 | 10100001 | 0 | 10111 | 11011 | 1101 | 1001 | 101111 | 1001011 |
Color Harmonies of #DDAAA1
Complementary color
Monochromatic Colors of #DDAAA1
Black with #DDAAA1
Text Example
Text Example
White with #DDAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAA1; }
p { color: rgb(221,170,161); }
H1.HeaderClassName
{
color: #DDAAA1;
}
.AnyTagClassName
{
color: #DDAAA1;
}
</style>
background-color css
<style>
a { background-color: #DDAAA1; }
a { background-color: rgb(221,170,161); }
div.DivClassName
{
background-color: #DDAAA1;
}
.BgClassName
{
background-color: #DDAAA1;
}
</style>
border-color css
<style>
span { border-color: #DDAAA1; }
span { border-color: rgb(221,170,161); }
td.TdClassName
{
border-color: #DDAAA1;
}
.TagClassName
{
border-color: #DDAAA1;
}
</style>