Shades of Shilo #DDA8A0
Tints of Shilo #DDA8A0
RGB
CMYK
RGB Variations
Color information
#DDA8A0 (or 0xDDA8A0) is known color: Shilo. HEX triplet: DD, A8 and A0. RGB value is (221,168,160). Sum of RGB (Red+Green+Blue) = 221+168+160=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA8A0 is #22575F. Grayscale: #B7B7B7. Windows color (decimal): -2250592 or 10528989. OLE color: 10528989.
HSL color Cylindrical-coordinate representation of color #DDA8A0: hue angle of 7.87º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA8A0 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 160 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.13 |
| HSL | 7.87º | 0.47% | 0.75% | - |
| HSV(B) | 7.87º | 0.28% | 0.87% | - |
| XYZ | 50.17 | 45.92 | 39.48 | - |
| YUV | 182.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 160 | 0 | 0.24 | 0.28 | 0.13 | 7.87 | 0.47 | 0.75 |
| Hex | DD | A8 | A0 | 0 | 18 | 1C | D | 8 | 2F | 4B |
| Octal | 335 | 250 | 240 | 0 | 30 | 34 | 15 | 10 | 57 | 113 |
| Binary | 11011101 | 10101000 | 10100000 | 0 | 11000 | 11100 | 1101 | 1000 | 101111 | 1001011 |
Color Harmonies of #DDA8A0
Complementary color
Monochromatic Colors of #DDA8A0
Black with #DDA8A0
Text Example
Text Example
White with #DDA8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8A0; }
p { color: rgb(221,168,160); }
H1.HeaderClassName
{
color: #DDA8A0;
}
.AnyTagClassName
{
color: #DDA8A0;
}
</style>
background-color css
<style>
a { background-color: #DDA8A0; }
a { background-color: rgb(221,168,160); }
div.DivClassName
{
background-color: #DDA8A0;
}
.BgClassName
{
background-color: #DDA8A0;
}
</style>
border-color css
<style>
span { border-color: #DDA8A0; }
span { border-color: rgb(221,168,160); }
td.TdClassName
{
border-color: #DDA8A0;
}
.TagClassName
{
border-color: #DDA8A0;
}
</style>