Shades of Shilo #DCAB9E
Tints of Shilo #DCAB9E
RGB
CMYK
RGB Variations
Color information
#DCAB9E (or 0xDCAB9E) is known color: Shilo. HEX triplet: DC, AB and 9E. RGB value is (220,171,158). Sum of RGB (Red+Green+Blue) = 220+171+158=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB9E is #235461. Grayscale: #B8B8B8. Windows color (decimal): -2315362 or 10398684. OLE color: 10398684.
HSL color Cylindrical-coordinate representation of color #DCAB9E: hue angle of 12.58º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAB9E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 158 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.14 |
| HSL | 12.58º | 0.47% | 0.74% | - |
| HSV(B) | 12.58º | 0.28% | 0.86% | - |
| XYZ | 50.25 | 46.81 | 38.73 | - |
| YUV | 184.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 158 | 0 | 0.22 | 0.28 | 0.14 | 12.58 | 0.47 | 0.74 |
| Hex | DC | AB | 9E | 0 | 16 | 1C | E | D | 2F | 4A |
| Octal | 334 | 253 | 236 | 0 | 26 | 34 | 16 | 15 | 57 | 112 |
| Binary | 11011100 | 10101011 | 10011110 | 0 | 10110 | 11100 | 1110 | 1101 | 101111 | 1001010 |
Color Harmonies of #DCAB9E
Complementary color
Monochromatic Colors of #DCAB9E
Black with #DCAB9E
Text Example
Text Example
White with #DCAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB9E; }
p { color: rgb(220,171,158); }
H1.HeaderClassName
{
color: #DCAB9E;
}
.AnyTagClassName
{
color: #DCAB9E;
}
</style>
background-color css
<style>
a { background-color: #DCAB9E; }
a { background-color: rgb(220,171,158); }
div.DivClassName
{
background-color: #DCAB9E;
}
.BgClassName
{
background-color: #DCAB9E;
}
</style>
border-color css
<style>
span { border-color: #DCAB9E; }
span { border-color: rgb(220,171,158); }
td.TdClassName
{
border-color: #DCAB9E;
}
.TagClassName
{
border-color: #DCAB9E;
}
</style>