Shades of Shilo #DDB2A3
Tints of Shilo #DDB2A3
RGB
CMYK
RGB Variations
Color information
#DDB2A3 (or 0xDDB2A3) is known color: Shilo. HEX triplet: DD, B2 and A3. RGB value is (221,178,163). Sum of RGB (Red+Green+Blue) = 221+178+163=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB2A3 is #224D5C. Grayscale: #BDBDBD. Windows color (decimal): -2248029 or 10728157. OLE color: 10728157.
HSL color Cylindrical-coordinate representation of color #DDB2A3: hue angle of 15.52º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB2A3 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 163 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.13 |
| HSL | 15.52º | 0.46% | 0.75% | - |
| HSV(B) | 15.52º | 0.26% | 0.87% | - |
| XYZ | 52.35 | 49.86 | 41.51 | - |
| YUV | 189.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 163 | 0 | 0.19 | 0.26 | 0.13 | 15.52 | 0.46 | 0.75 |
| Hex | DD | B2 | A3 | 0 | 13 | 1A | D | 10 | 2E | 4B |
| Octal | 335 | 262 | 243 | 0 | 23 | 32 | 15 | 20 | 56 | 113 |
| Binary | 11011101 | 10110010 | 10100011 | 0 | 10011 | 11010 | 1101 | 10000 | 101110 | 1001011 |
Color Harmonies of #DDB2A3
Complementary color
Monochromatic Colors of #DDB2A3
Black with #DDB2A3
Text Example
Text Example
White with #DDB2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2A3; }
p { color: rgb(221,178,163); }
H1.HeaderClassName
{
color: #DDB2A3;
}
.AnyTagClassName
{
color: #DDB2A3;
}
</style>
background-color css
<style>
a { background-color: #DDB2A3; }
a { background-color: rgb(221,178,163); }
div.DivClassName
{
background-color: #DDB2A3;
}
.BgClassName
{
background-color: #DDB2A3;
}
</style>
border-color css
<style>
span { border-color: #DDB2A3; }
span { border-color: rgb(221,178,163); }
td.TdClassName
{
border-color: #DDB2A3;
}
.TagClassName
{
border-color: #DDB2A3;
}
</style>