Shades of Shilo #DCB1A4
Tints of Shilo #DCB1A4
RGB
CMYK
RGB Variations
Color information
#DCB1A4 (or 0xDCB1A4) is known color: Shilo. HEX triplet: DC, B1 and A4. RGB value is (220,177,164). Sum of RGB (Red+Green+Blue) = 220+177+164=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB1A4 is #234E5B. Grayscale: #BCBCBC. Windows color (decimal): -2313820 or 10793436. OLE color: 10793436.
HSL color Cylindrical-coordinate representation of color #DCB1A4: hue angle of 13.93º 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 #DCB1A4 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 164 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.14 |
| HSL | 13.93º | 0.44% | 0.75% | - |
| HSV(B) | 13.93º | 0.25% | 0.86% | - |
| XYZ | 51.94 | 49.34 | 41.91 | - |
| YUV | 188.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 164 | 0 | 0.20 | 0.25 | 0.14 | 13.93 | 0.44 | 0.75 |
| Hex | DC | B1 | A4 | 0 | 14 | 19 | E | E | 2C | 4B |
| Octal | 334 | 261 | 244 | 0 | 24 | 31 | 16 | 16 | 54 | 113 |
| Binary | 11011100 | 10110001 | 10100100 | 0 | 10100 | 11001 | 1110 | 1110 | 101100 | 1001011 |
Color Harmonies of #DCB1A4
Complementary color
Monochromatic Colors of #DCB1A4
Black with #DCB1A4
Text Example
Text Example
White with #DCB1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1A4; }
p { color: rgb(220,177,164); }
H1.HeaderClassName
{
color: #DCB1A4;
}
.AnyTagClassName
{
color: #DCB1A4;
}
</style>
background-color css
<style>
a { background-color: #DCB1A4; }
a { background-color: rgb(220,177,164); }
div.DivClassName
{
background-color: #DCB1A4;
}
.BgClassName
{
background-color: #DCB1A4;
}
</style>
border-color css
<style>
span { border-color: #DCB1A4; }
span { border-color: rgb(220,177,164); }
td.TdClassName
{
border-color: #DCB1A4;
}
.TagClassName
{
border-color: #DCB1A4;
}
</style>