Shades of Shilo #DDABA0
Tints of Shilo #DDABA0
RGB
CMYK
RGB Variations
Color information
#DDABA0 (or 0xDDABA0) is known color: Shilo. HEX triplet: DD, AB and A0. RGB value is (221,171,160). Sum of RGB (Red+Green+Blue) = 221+171+160=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABA0 is #22545F. Grayscale: #B8B8B8. Windows color (decimal): -2249824 or 10529757. OLE color: 10529757.
HSL color Cylindrical-coordinate representation of color #DDABA0: hue angle of 10.82º 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 #DDABA0 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 160 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.13 |
| HSL | 10.82º | 0.47% | 0.75% | - |
| HSV(B) | 10.82º | 0.28% | 0.87% | - |
| XYZ | 50.73 | 47.04 | 39.66 | - |
| YUV | 184.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 160 | 0 | 0.23 | 0.28 | 0.13 | 10.82 | 0.47 | 0.75 |
| Hex | DD | AB | A0 | 0 | 17 | 1C | D | B | 2F | 4B |
| Octal | 335 | 253 | 240 | 0 | 27 | 34 | 15 | 13 | 57 | 113 |
| Binary | 11011101 | 10101011 | 10100000 | 0 | 10111 | 11100 | 1101 | 1011 | 101111 | 1001011 |
Color Harmonies of #DDABA0
Complementary color
Monochromatic Colors of #DDABA0
Black with #DDABA0
Text Example
Text Example
White with #DDABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABA0; }
p { color: rgb(221,171,160); }
H1.HeaderClassName
{
color: #DDABA0;
}
.AnyTagClassName
{
color: #DDABA0;
}
</style>
background-color css
<style>
a { background-color: #DDABA0; }
a { background-color: rgb(221,171,160); }
div.DivClassName
{
background-color: #DDABA0;
}
.BgClassName
{
background-color: #DDABA0;
}
</style>
border-color css
<style>
span { border-color: #DDABA0; }
span { border-color: rgb(221,171,160); }
td.TdClassName
{
border-color: #DDABA0;
}
.TagClassName
{
border-color: #DDABA0;
}
</style>