Shades of Shilo #DDAA9D
Tints of Shilo #DDAA9D
RGB
CMYK
RGB Variations
Color information
#DDAA9D (or 0xDDAA9D) is known color: Shilo. HEX triplet: DD, AA and 9D. RGB value is (221,170,157). Sum of RGB (Red+Green+Blue) = 221+170+157=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA9D is #225562. Grayscale: #B7B7B7. Windows color (decimal): -2250083 or 10332893. OLE color: 10332893.
HSL color Cylindrical-coordinate representation of color #DDAA9D: hue angle of 12.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDAA9D is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 157 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.13 |
| HSL | 12.19º | 0.48% | 0.74% | - |
| HSV(B) | 12.19º | 0.29% | 0.87% | - |
| XYZ | 50.28 | 46.56 | 38.23 | - |
| YUV | 183.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 157 | 0 | 0.23 | 0.29 | 0.13 | 12.19 | 0.48 | 0.74 |
| Hex | DD | AA | 9D | 0 | 17 | 1D | D | C | 30 | 4A |
| Octal | 335 | 252 | 235 | 0 | 27 | 35 | 15 | 14 | 60 | 112 |
| Binary | 11011101 | 10101010 | 10011101 | 0 | 10111 | 11101 | 1101 | 1100 | 110000 | 1001010 |
Color Harmonies of #DDAA9D
Complementary color
Monochromatic Colors of #DDAA9D
Black with #DDAA9D
Text Example
Text Example
White with #DDAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA9D; }
p { color: rgb(221,170,157); }
H1.HeaderClassName
{
color: #DDAA9D;
}
.AnyTagClassName
{
color: #DDAA9D;
}
</style>
background-color css
<style>
a { background-color: #DDAA9D; }
a { background-color: rgb(221,170,157); }
div.DivClassName
{
background-color: #DDAA9D;
}
.BgClassName
{
background-color: #DDAA9D;
}
</style>
border-color css
<style>
span { border-color: #DDAA9D; }
span { border-color: rgb(221,170,157); }
td.TdClassName
{
border-color: #DDAA9D;
}
.TagClassName
{
border-color: #DDAA9D;
}
</style>