Shades of Shilo #DDA4A3
Tints of Shilo #DDA4A3
RGB
CMYK
RGB Variations
Color information
#DDA4A3 (or 0xDDA4A3) is known color: Shilo. HEX triplet: DD, A4 and A3. RGB value is (221,164,163). Sum of RGB (Red+Green+Blue) = 221+164+163=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA4A3 is #225B5C. Grayscale: #B4B4B4. Windows color (decimal): -2251613 or 10724573. OLE color: 10724573.
HSL color Cylindrical-coordinate representation of color #DDA4A3: hue angle of 1.03º 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 #DDA4A3 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 163 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.13 |
| HSL | 1.03º | 0.46% | 0.75% | - |
| HSV(B) | 1.03º | 0.26% | 0.87% | - |
| XYZ | 49.71 | 44.57 | 40.63 | - |
| YUV | 180.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 163 | 0 | 0.26 | 0.26 | 0.13 | 1.03 | 0.46 | 0.75 |
| Hex | DD | A4 | A3 | 0 | 1A | 1A | D | 1 | 2E | 4B |
| Octal | 335 | 244 | 243 | 0 | 32 | 32 | 15 | 1 | 56 | 113 |
| Binary | 11011101 | 10100100 | 10100011 | 0 | 11010 | 11010 | 1101 | 1 | 101110 | 1001011 |
Color Harmonies of #DDA4A3
Complementary color
Monochromatic Colors of #DDA4A3
Black with #DDA4A3
Text Example
Text Example
White with #DDA4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4A3; }
p { color: rgb(221,164,163); }
H1.HeaderClassName
{
color: #DDA4A3;
}
.AnyTagClassName
{
color: #DDA4A3;
}
</style>
background-color css
<style>
a { background-color: #DDA4A3; }
a { background-color: rgb(221,164,163); }
div.DivClassName
{
background-color: #DDA4A3;
}
.BgClassName
{
background-color: #DDA4A3;
}
</style>
border-color css
<style>
span { border-color: #DDA4A3; }
span { border-color: rgb(221,164,163); }
td.TdClassName
{
border-color: #DDA4A3;
}
.TagClassName
{
border-color: #DDA4A3;
}
</style>