Shades of Shilo #DCB0A7
Tints of Shilo #DCB0A7
RGB
CMYK
RGB Variations
Color information
#DCB0A7 (or 0xDCB0A7) is known color: Shilo. HEX triplet: DC, B0 and A7. RGB value is (220,176,167). Sum of RGB (Red+Green+Blue) = 220+176+167=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0A7 is #234F58. Grayscale: #BCBCBC. Windows color (decimal): -2314073 or 10989788. OLE color: 10989788.
HSL color Cylindrical-coordinate representation of color #DCB0A7: hue angle of 10.19º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB0A7 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 167 | - |
| CMYK | 0 | 0.2 | 0.24 | 0.14 |
| HSL | 10.19º | 0.43% | 0.76% | - |
| HSV(B) | 10.19º | 0.24% | 0.86% | - |
| XYZ | 52.02 | 49.06 | 43.29 | - |
| YUV | 188.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 167 | 0 | 0.2 | 0.24 | 0.14 | 10.19 | 0.43 | 0.76 |
| Hex | DC | B0 | A7 | 0 | 14 | 18 | E | A | 2B | 4C |
| Octal | 334 | 260 | 247 | 0 | 24 | 30 | 16 | 12 | 53 | 114 |
| Binary | 11011100 | 10110000 | 10100111 | 0 | 10100 | 11000 | 1110 | 1010 | 101011 | 1001100 |
Color Harmonies of #DCB0A7
Complementary color
Monochromatic Colors of #DCB0A7
Black with #DCB0A7
Text Example
Text Example
White with #DCB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0A7; }
p { color: rgb(220,176,167); }
H1.HeaderClassName
{
color: #DCB0A7;
}
.AnyTagClassName
{
color: #DCB0A7;
}
</style>
background-color css
<style>
a { background-color: #DCB0A7; }
a { background-color: rgb(220,176,167); }
div.DivClassName
{
background-color: #DCB0A7;
}
.BgClassName
{
background-color: #DCB0A7;
}
</style>
border-color css
<style>
span { border-color: #DCB0A7; }
span { border-color: rgb(220,176,167); }
td.TdClassName
{
border-color: #DCB0A7;
}
.TagClassName
{
border-color: #DCB0A7;
}
</style>