Shades of Shilo #DCA8A0
Tints of Shilo #DCA8A0
RGB
CMYK
RGB Variations
Color information
#DCA8A0 (or 0xDCA8A0) is known color: Shilo. HEX triplet: DC, A8 and A0. RGB value is (220,168,160). Sum of RGB (Red+Green+Blue) = 220+168+160=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA8A0 is #23575F. Grayscale: #B6B6B6. Windows color (decimal): -2316128 or 10528988. OLE color: 10528988.
HSL color Cylindrical-coordinate representation of color #DCA8A0: hue angle of 8º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA8A0 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 160 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.14 |
| HSL | 8º | 0.46% | 0.75% | - |
| HSV(B) | 8º | 0.27% | 0.86% | - |
| XYZ | 49.86 | 45.76 | 39.46 | - |
| YUV | 182.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 160 | 0 | 0.24 | 0.27 | 0.14 | 8 | 0.46 | 0.75 |
| Hex | DC | A8 | A0 | 0 | 18 | 1B | E | 8 | 2E | 4B |
| Octal | 334 | 250 | 240 | 0 | 30 | 33 | 16 | 10 | 56 | 113 |
| Binary | 11011100 | 10101000 | 10100000 | 0 | 11000 | 11011 | 1110 | 1000 | 101110 | 1001011 |
Color Harmonies of #DCA8A0
Complementary color
Monochromatic Colors of #DCA8A0
Black with #DCA8A0
Text Example
Text Example
White with #DCA8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8A0; }
p { color: rgb(220,168,160); }
H1.HeaderClassName
{
color: #DCA8A0;
}
.AnyTagClassName
{
color: #DCA8A0;
}
</style>
background-color css
<style>
a { background-color: #DCA8A0; }
a { background-color: rgb(220,168,160); }
div.DivClassName
{
background-color: #DCA8A0;
}
.BgClassName
{
background-color: #DCA8A0;
}
</style>
border-color css
<style>
span { border-color: #DCA8A0; }
span { border-color: rgb(220,168,160); }
td.TdClassName
{
border-color: #DCA8A0;
}
.TagClassName
{
border-color: #DCA8A0;
}
</style>