Shades of Shilo #DDA99D
Tints of Shilo #DDA99D
RGB
CMYK
RGB Variations
Color information
#DDA99D (or 0xDDA99D) is known color: Shilo. HEX triplet: DD, A9 and 9D. RGB value is (221,169,157). Sum of RGB (Red+Green+Blue) = 221+169+157=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99D is #225662. Grayscale: #B7B7B7. Windows color (decimal): -2250339 or 10332637. OLE color: 10332637.
HSL color Cylindrical-coordinate representation of color #DDA99D: hue angle of 11.25º 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 #DDA99D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 157 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.13 |
| HSL | 11.25º | 0.48% | 0.74% | - |
| HSV(B) | 11.25º | 0.29% | 0.87% | - |
| XYZ | 50.09 | 46.18 | 38.17 | - |
| YUV | 183.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 157 | 0 | 0.24 | 0.29 | 0.13 | 11.25 | 0.48 | 0.74 |
| Hex | DD | A9 | 9D | 0 | 18 | 1D | D | B | 30 | 4A |
| Octal | 335 | 251 | 235 | 0 | 30 | 35 | 15 | 13 | 60 | 112 |
| Binary | 11011101 | 10101001 | 10011101 | 0 | 11000 | 11101 | 1101 | 1011 | 110000 | 1001010 |
Color Harmonies of #DDA99D
Complementary color
Monochromatic Colors of #DDA99D
Black with #DDA99D
Text Example
Text Example
White with #DDA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA99D; }
p { color: rgb(221,169,157); }
H1.HeaderClassName
{
color: #DDA99D;
}
.AnyTagClassName
{
color: #DDA99D;
}
</style>
background-color css
<style>
a { background-color: #DDA99D; }
a { background-color: rgb(221,169,157); }
div.DivClassName
{
background-color: #DDA99D;
}
.BgClassName
{
background-color: #DDA99D;
}
</style>
border-color css
<style>
span { border-color: #DDA99D; }
span { border-color: rgb(221,169,157); }
td.TdClassName
{
border-color: #DDA99D;
}
.TagClassName
{
border-color: #DDA99D;
}
</style>