Shades of Shilo #DCA6A5
Tints of Shilo #DCA6A5
RGB
CMYK
RGB Variations
Color information
#DCA6A5 (or 0xDCA6A5) is known color: Shilo. HEX triplet: DC, A6 and A5. RGB value is (220,166,165). Sum of RGB (Red+Green+Blue) = 220+166+165=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6A5 is #23595A. Grayscale: #B6B6B6. Windows color (decimal): -2316635 or 10856156. OLE color: 10856156.
HSL color Cylindrical-coordinate representation of color #DCA6A5: hue angle of 1.09º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6A5 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 165 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.14 |
| HSL | 1.09º | 0.44% | 0.75% | - |
| HSV(B) | 1.09º | 0.25% | 0.86% | - |
| XYZ | 49.94 | 45.2 | 41.69 | - |
| YUV | 182.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 165 | 0 | 0.25 | 0.25 | 0.14 | 1.09 | 0.44 | 0.75 |
| Hex | DC | A6 | A5 | 0 | 19 | 19 | E | 1 | 2C | 4B |
| Octal | 334 | 246 | 245 | 0 | 31 | 31 | 16 | 1 | 54 | 113 |
| Binary | 11011100 | 10100110 | 10100101 | 0 | 11001 | 11001 | 1110 | 1 | 101100 | 1001011 |
Color Harmonies of #DCA6A5
Complementary color
Monochromatic Colors of #DCA6A5
Black with #DCA6A5
Text Example
Text Example
White with #DCA6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6A5; }
p { color: rgb(220,166,165); }
H1.HeaderClassName
{
color: #DCA6A5;
}
.AnyTagClassName
{
color: #DCA6A5;
}
</style>
background-color css
<style>
a { background-color: #DCA6A5; }
a { background-color: rgb(220,166,165); }
div.DivClassName
{
background-color: #DCA6A5;
}
.BgClassName
{
background-color: #DCA6A5;
}
</style>
border-color css
<style>
span { border-color: #DCA6A5; }
span { border-color: rgb(220,166,165); }
td.TdClassName
{
border-color: #DCA6A5;
}
.TagClassName
{
border-color: #DCA6A5;
}
</style>