Shades of Shilo #DDADA5
Tints of Shilo #DDADA5
RGB
CMYK
RGB Variations
Color information
#DDADA5 (or 0xDDADA5) is known color: Shilo. HEX triplet: DD, AD and A5. RGB value is (221,173,165). Sum of RGB (Red+Green+Blue) = 221+173+165=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADA5 is #22525A. Grayscale: #BABABA. Windows color (decimal): -2249307 or 10857949. OLE color: 10857949.
HSL color Cylindrical-coordinate representation of color #DDADA5: hue angle of 8.57º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDADA5 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 165 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.13 |
| HSL | 8.57º | 0.45% | 0.76% | - |
| HSV(B) | 8.57º | 0.25% | 0.87% | - |
| XYZ | 51.55 | 47.98 | 42.14 | - |
| YUV | 186.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 165 | 0 | 0.22 | 0.25 | 0.13 | 8.57 | 0.45 | 0.76 |
| Hex | DD | AD | A5 | 0 | 16 | 19 | D | 9 | 2D | 4C |
| Octal | 335 | 255 | 245 | 0 | 26 | 31 | 15 | 11 | 55 | 114 |
| Binary | 11011101 | 10101101 | 10100101 | 0 | 10110 | 11001 | 1101 | 1001 | 101101 | 1001100 |
Color Harmonies of #DDADA5
Complementary color
Monochromatic Colors of #DDADA5
Black with #DDADA5
Text Example
Text Example
White with #DDADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADA5; }
p { color: rgb(221,173,165); }
H1.HeaderClassName
{
color: #DDADA5;
}
.AnyTagClassName
{
color: #DDADA5;
}
</style>
background-color css
<style>
a { background-color: #DDADA5; }
a { background-color: rgb(221,173,165); }
div.DivClassName
{
background-color: #DDADA5;
}
.BgClassName
{
background-color: #DDADA5;
}
</style>
border-color css
<style>
span { border-color: #DDADA5; }
span { border-color: rgb(221,173,165); }
td.TdClassName
{
border-color: #DDADA5;
}
.TagClassName
{
border-color: #DDADA5;
}
</style>