Shades of Shilo #DCB0A5
Tints of Shilo #DCB0A5
RGB
CMYK
RGB Variations
Color information
#DCB0A5 (or 0xDCB0A5) is known color: Shilo. HEX triplet: DC, B0 and A5. RGB value is (220,176,165). Sum of RGB (Red+Green+Blue) = 220+176+165=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0A5 is #234F5A. Grayscale: #BBBBBB. Windows color (decimal): -2314075 or 10858716. OLE color: 10858716.
HSL color Cylindrical-coordinate representation of color #DCB0A5: hue angle of 12º 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 #DCB0A5 is Cyan = 0, Magento = 0.2, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 165 | - |
| CMYK | 0 | 0.2 | 0.25 | 0.14 |
| HSL | 12º | 0.44% | 0.75% | - |
| HSV(B) | 12º | 0.25% | 0.86% | - |
| XYZ | 51.83 | 48.98 | 42.32 | - |
| YUV | 187.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 165 | 0 | 0.2 | 0.25 | 0.14 | 12 | 0.44 | 0.75 |
| Hex | DC | B0 | A5 | 0 | 14 | 19 | E | C | 2C | 4B |
| Octal | 334 | 260 | 245 | 0 | 24 | 31 | 16 | 14 | 54 | 113 |
| Binary | 11011100 | 10110000 | 10100101 | 0 | 10100 | 11001 | 1110 | 1100 | 101100 | 1001011 |
Color Harmonies of #DCB0A5
Complementary color
Monochromatic Colors of #DCB0A5
Black with #DCB0A5
Text Example
Text Example
White with #DCB0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0A5; }
p { color: rgb(220,176,165); }
H1.HeaderClassName
{
color: #DCB0A5;
}
.AnyTagClassName
{
color: #DCB0A5;
}
</style>
background-color css
<style>
a { background-color: #DCB0A5; }
a { background-color: rgb(220,176,165); }
div.DivClassName
{
background-color: #DCB0A5;
}
.BgClassName
{
background-color: #DCB0A5;
}
</style>
border-color css
<style>
span { border-color: #DCB0A5; }
span { border-color: rgb(220,176,165); }
td.TdClassName
{
border-color: #DCB0A5;
}
.TagClassName
{
border-color: #DCB0A5;
}
</style>