Shades of Shilo #DDA5A2
Tints of Shilo #DDA5A2
RGB
CMYK
RGB Variations
Color information
#DDA5A2 (or 0xDDA5A2) is known color: Shilo. HEX triplet: DD, A5 and A2. RGB value is (221,165,162). Sum of RGB (Red+Green+Blue) = 221+165+162=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA5A2 is #225A5D. Grayscale: #B5B5B5. Windows color (decimal): -2251358 or 10659293. OLE color: 10659293.
HSL color Cylindrical-coordinate representation of color #DDA5A2: hue angle of 3.05º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA5A2 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 162 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.13 |
| HSL | 3.05º | 0.46% | 0.75% | - |
| HSV(B) | 3.05º | 0.27% | 0.87% | - |
| XYZ | 49.8 | 44.89 | 40.22 | - |
| YUV | 181.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 162 | 0 | 0.25 | 0.27 | 0.13 | 3.05 | 0.46 | 0.75 |
| Hex | DD | A5 | A2 | 0 | 19 | 1B | D | 3 | 2E | 4B |
| Octal | 335 | 245 | 242 | 0 | 31 | 33 | 15 | 3 | 56 | 113 |
| Binary | 11011101 | 10100101 | 10100010 | 0 | 11001 | 11011 | 1101 | 11 | 101110 | 1001011 |
Color Harmonies of #DDA5A2
Complementary color
Monochromatic Colors of #DDA5A2
Black with #DDA5A2
Text Example
Text Example
White with #DDA5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5A2; }
p { color: rgb(221,165,162); }
H1.HeaderClassName
{
color: #DDA5A2;
}
.AnyTagClassName
{
color: #DDA5A2;
}
</style>
background-color css
<style>
a { background-color: #DDA5A2; }
a { background-color: rgb(221,165,162); }
div.DivClassName
{
background-color: #DDA5A2;
}
.BgClassName
{
background-color: #DDA5A2;
}
</style>
border-color css
<style>
span { border-color: #DDA5A2; }
span { border-color: rgb(221,165,162); }
td.TdClassName
{
border-color: #DDA5A2;
}
.TagClassName
{
border-color: #DDA5A2;
}
</style>