Shades of Shilo #DDA99E
Tints of Shilo #DDA99E
RGB
CMYK
RGB Variations
Color information
#DDA99E (or 0xDDA99E) is known color: Shilo. HEX triplet: DD, A9 and 9E. RGB value is (221,169,158). Sum of RGB (Red+Green+Blue) = 221+169+158=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99E is #225661. Grayscale: #B7B7B7. Windows color (decimal): -2250338 or 10398173. OLE color: 10398173.
HSL color Cylindrical-coordinate representation of color #DDA99E: hue angle of 10.48º 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 #DDA99E is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 158 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.13 |
| HSL | 10.48º | 0.48% | 0.74% | - |
| HSV(B) | 10.48º | 0.29% | 0.87% | - |
| XYZ | 50.18 | 46.22 | 38.62 | - |
| YUV | 183.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 158 | 0 | 0.24 | 0.29 | 0.13 | 10.48 | 0.48 | 0.74 |
| Hex | DD | A9 | 9E | 0 | 18 | 1D | D | A | 30 | 4A |
| Octal | 335 | 251 | 236 | 0 | 30 | 35 | 15 | 12 | 60 | 112 |
| Binary | 11011101 | 10101001 | 10011110 | 0 | 11000 | 11101 | 1101 | 1010 | 110000 | 1001010 |
Color Harmonies of #DDA99E
Complementary color
Monochromatic Colors of #DDA99E
Black with #DDA99E
Text Example
Text Example
White with #DDA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA99E; }
p { color: rgb(221,169,158); }
H1.HeaderClassName
{
color: #DDA99E;
}
.AnyTagClassName
{
color: #DDA99E;
}
</style>
background-color css
<style>
a { background-color: #DDA99E; }
a { background-color: rgb(221,169,158); }
div.DivClassName
{
background-color: #DDA99E;
}
.BgClassName
{
background-color: #DDA99E;
}
</style>
border-color css
<style>
span { border-color: #DDA99E; }
span { border-color: rgb(221,169,158); }
td.TdClassName
{
border-color: #DDA99E;
}
.TagClassName
{
border-color: #DDA99E;
}
</style>