Shades of Shilo #DDA89E
Tints of Shilo #DDA89E
RGB
CMYK
RGB Variations
Color information
#DDA89E (or 0xDDA89E) is known color: Shilo. HEX triplet: DD, A8 and 9E. RGB value is (221,168,158). Sum of RGB (Red+Green+Blue) = 221+168+158=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA89E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA89E is #225761. Grayscale: #B6B6B6. Windows color (decimal): -2250594 or 10397917. OLE color: 10397917.
HSL color Cylindrical-coordinate representation of color #DDA89E: hue angle of 9.52º 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 #DDA89E is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 158 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.13 |
| HSL | 9.52º | 0.48% | 0.74% | - |
| HSV(B) | 9.52º | 0.29% | 0.87% | - |
| XYZ | 49.99 | 45.85 | 38.56 | - |
| YUV | 182.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 158 | 0 | 0.24 | 0.29 | 0.13 | 9.52 | 0.48 | 0.74 |
| Hex | DD | A8 | 9E | 0 | 18 | 1D | D | A | 30 | 4A |
| Octal | 335 | 250 | 236 | 0 | 30 | 35 | 15 | 12 | 60 | 112 |
| Binary | 11011101 | 10101000 | 10011110 | 0 | 11000 | 11101 | 1101 | 1010 | 110000 | 1001010 |
Color Harmonies of #DDA89E
Complementary color
Monochromatic Colors of #DDA89E
Black with #DDA89E
Text Example
Text Example
White with #DDA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA89E; }
p { color: rgb(221,168,158); }
H1.HeaderClassName
{
color: #DDA89E;
}
.AnyTagClassName
{
color: #DDA89E;
}
</style>
background-color css
<style>
a { background-color: #DDA89E; }
a { background-color: rgb(221,168,158); }
div.DivClassName
{
background-color: #DDA89E;
}
.BgClassName
{
background-color: #DDA89E;
}
</style>
border-color css
<style>
span { border-color: #DDA89E; }
span { border-color: rgb(221,168,158); }
td.TdClassName
{
border-color: #DDA89E;
}
.TagClassName
{
border-color: #DDA89E;
}
</style>