Shades of Shilo #DCB2A6
Tints of Shilo #DCB2A6
RGB
CMYK
RGB Variations
Color information
#DCB2A6 (or 0xDCB2A6) is known color: Shilo. HEX triplet: DC, B2 and A6. RGB value is (220,178,166). Sum of RGB (Red+Green+Blue) = 220+178+166=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2A6 is #234D59. Grayscale: #BDBDBD. Windows color (decimal): -2313562 or 10924764. OLE color: 10924764.
HSL color Cylindrical-coordinate representation of color #DCB2A6: hue angle of 13.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB2A6 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 166 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.14 |
| HSL | 13.33º | 0.44% | 0.76% | - |
| HSV(B) | 13.33º | 0.25% | 0.86% | - |
| XYZ | 52.32 | 49.81 | 42.93 | - |
| YUV | 189.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 166 | 0 | 0.19 | 0.25 | 0.14 | 13.33 | 0.44 | 0.76 |
| Hex | DC | B2 | A6 | 0 | 13 | 19 | E | D | 2C | 4C |
| Octal | 334 | 262 | 246 | 0 | 23 | 31 | 16 | 15 | 54 | 114 |
| Binary | 11011100 | 10110010 | 10100110 | 0 | 10011 | 11001 | 1110 | 1101 | 101100 | 1001100 |
Color Harmonies of #DCB2A6
Complementary color
Monochromatic Colors of #DCB2A6
Black with #DCB2A6
Text Example
Text Example
White with #DCB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2A6; }
p { color: rgb(220,178,166); }
H1.HeaderClassName
{
color: #DCB2A6;
}
.AnyTagClassName
{
color: #DCB2A6;
}
</style>
background-color css
<style>
a { background-color: #DCB2A6; }
a { background-color: rgb(220,178,166); }
div.DivClassName
{
background-color: #DCB2A6;
}
.BgClassName
{
background-color: #DCB2A6;
}
</style>
border-color css
<style>
span { border-color: #DCB2A6; }
span { border-color: rgb(220,178,166); }
td.TdClassName
{
border-color: #DCB2A6;
}
.TagClassName
{
border-color: #DCB2A6;
}
</style>