Shades of Shilo #DCAB9F
Tints of Shilo #DCAB9F
RGB
CMYK
RGB Variations
Color information
#DCAB9F (or 0xDCAB9F) is known color: Shilo. HEX triplet: DC, AB and 9F. RGB value is (220,171,159). Sum of RGB (Red+Green+Blue) = 220+171+159=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB9F is #235460. Grayscale: #B8B8B8. Windows color (decimal): -2315361 or 10464220. OLE color: 10464220.
HSL color Cylindrical-coordinate representation of color #DCAB9F: hue angle of 11.8º 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 #DCAB9F is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 159 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.14 |
| HSL | 11.8º | 0.47% | 0.74% | - |
| HSV(B) | 11.8º | 0.28% | 0.86% | - |
| XYZ | 50.34 | 46.84 | 39.19 | - |
| YUV | 184.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 159 | 0 | 0.22 | 0.28 | 0.14 | 11.8 | 0.47 | 0.74 |
| Hex | DC | AB | 9F | 0 | 16 | 1C | E | C | 2F | 4A |
| Octal | 334 | 253 | 237 | 0 | 26 | 34 | 16 | 14 | 57 | 112 |
| Binary | 11011100 | 10101011 | 10011111 | 0 | 10110 | 11100 | 1110 | 1100 | 101111 | 1001010 |
Color Harmonies of #DCAB9F
Complementary color
Monochromatic Colors of #DCAB9F
Black with #DCAB9F
Text Example
Text Example
White with #DCAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB9F; }
p { color: rgb(220,171,159); }
H1.HeaderClassName
{
color: #DCAB9F;
}
.AnyTagClassName
{
color: #DCAB9F;
}
</style>
background-color css
<style>
a { background-color: #DCAB9F; }
a { background-color: rgb(220,171,159); }
div.DivClassName
{
background-color: #DCAB9F;
}
.BgClassName
{
background-color: #DCAB9F;
}
</style>
border-color css
<style>
span { border-color: #DCAB9F; }
span { border-color: rgb(220,171,159); }
td.TdClassName
{
border-color: #DCAB9F;
}
.TagClassName
{
border-color: #DCAB9F;
}
</style>