Shades of Shilo #DDB2A2
Tints of Shilo #DDB2A2
RGB
CMYK
RGB Variations
Color information
#DDB2A2 (or 0xDDB2A2) is known color: Shilo. HEX triplet: DD, B2 and A2. RGB value is (221,178,162). Sum of RGB (Red+Green+Blue) = 221+178+162=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB2A2 is #224D5D. Grayscale: #BDBDBD. Windows color (decimal): -2248030 or 10662621. OLE color: 10662621.
HSL color Cylindrical-coordinate representation of color #DDB2A2: hue angle of 16.27º 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 #DDB2A2 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 162 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.13 |
| HSL | 16.27º | 0.46% | 0.75% | - |
| HSV(B) | 16.27º | 0.27% | 0.87% | - |
| XYZ | 52.26 | 49.82 | 41.04 | - |
| YUV | 189.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 162 | 0 | 0.19 | 0.27 | 0.13 | 16.27 | 0.46 | 0.75 |
| Hex | DD | B2 | A2 | 0 | 13 | 1B | D | 10 | 2E | 4B |
| Octal | 335 | 262 | 242 | 0 | 23 | 33 | 15 | 20 | 56 | 113 |
| Binary | 11011101 | 10110010 | 10100010 | 0 | 10011 | 11011 | 1101 | 10000 | 101110 | 1001011 |
Color Harmonies of #DDB2A2
Complementary color
Monochromatic Colors of #DDB2A2
Black with #DDB2A2
Text Example
Text Example
White with #DDB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2A2; }
p { color: rgb(221,178,162); }
H1.HeaderClassName
{
color: #DDB2A2;
}
.AnyTagClassName
{
color: #DDB2A2;
}
</style>
background-color css
<style>
a { background-color: #DDB2A2; }
a { background-color: rgb(221,178,162); }
div.DivClassName
{
background-color: #DDB2A2;
}
.BgClassName
{
background-color: #DDB2A2;
}
</style>
border-color css
<style>
span { border-color: #DDB2A2; }
span { border-color: rgb(221,178,162); }
td.TdClassName
{
border-color: #DDB2A2;
}
.TagClassName
{
border-color: #DDB2A2;
}
</style>