Shades of Shilo #DDA9A6
Tints of Shilo #DDA9A6
RGB
CMYK
RGB Variations
Color information
#DDA9A6 (or 0xDDA9A6) is known color: Shilo. HEX triplet: DD, A9 and A6. RGB value is (221,169,166). Sum of RGB (Red+Green+Blue) = 221+169+166=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA9A6 is #225659. Grayscale: #B8B8B8. Windows color (decimal): -2250330 or 10922461. OLE color: 10922461.
HSL color Cylindrical-coordinate representation of color #DDA9A6: hue angle of 3.27º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA9A6 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 166 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.13 |
| HSL | 3.27º | 0.45% | 0.76% | - |
| HSV(B) | 3.27º | 0.25% | 0.87% | - |
| XYZ | 50.89 | 46.5 | 42.37 | - |
| YUV | 184.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 166 | 0 | 0.24 | 0.25 | 0.13 | 3.27 | 0.45 | 0.76 |
| Hex | DD | A9 | A6 | 0 | 18 | 19 | D | 3 | 2D | 4C |
| Octal | 335 | 251 | 246 | 0 | 30 | 31 | 15 | 3 | 55 | 114 |
| Binary | 11011101 | 10101001 | 10100110 | 0 | 11000 | 11001 | 1101 | 11 | 101101 | 1001100 |
Color Harmonies of #DDA9A6
Complementary color
Monochromatic Colors of #DDA9A6
Black with #DDA9A6
Text Example
Text Example
White with #DDA9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9A6; }
p { color: rgb(221,169,166); }
H1.HeaderClassName
{
color: #DDA9A6;
}
.AnyTagClassName
{
color: #DDA9A6;
}
</style>
background-color css
<style>
a { background-color: #DDA9A6; }
a { background-color: rgb(221,169,166); }
div.DivClassName
{
background-color: #DDA9A6;
}
.BgClassName
{
background-color: #DDA9A6;
}
</style>
border-color css
<style>
span { border-color: #DDA9A6; }
span { border-color: rgb(221,169,166); }
td.TdClassName
{
border-color: #DDA9A6;
}
.TagClassName
{
border-color: #DDA9A6;
}
</style>