Shades of Shilo #DCAFA0
Tints of Shilo #DCAFA0
RGB
CMYK
RGB Variations
Color information
#DCAFA0 (or 0xDCAFA0) is known color: Shilo. HEX triplet: DC, AF and A0. RGB value is (220,175,160). Sum of RGB (Red+Green+Blue) = 220+175+160=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA0 is #23505F. Grayscale: #BABABA. Windows color (decimal): -2314336 or 10530780. OLE color: 10530780.
HSL color Cylindrical-coordinate representation of color #DCAFA0: hue angle of 15º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCAFA0 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 160 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.14 |
| HSL | 15º | 0.46% | 0.75% | - |
| HSV(B) | 15º | 0.27% | 0.86% | - |
| XYZ | 51.19 | 48.41 | 39.9 | - |
| YUV | 186.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 160 | 0 | 0.20 | 0.27 | 0.14 | 15 | 0.46 | 0.75 |
| Hex | DC | AF | A0 | 0 | 14 | 1B | E | F | 2E | 4B |
| Octal | 334 | 257 | 240 | 0 | 24 | 33 | 16 | 17 | 56 | 113 |
| Binary | 11011100 | 10101111 | 10100000 | 0 | 10100 | 11011 | 1110 | 1111 | 101110 | 1001011 |
Color Harmonies of #DCAFA0
Complementary color
Monochromatic Colors of #DCAFA0
Black with #DCAFA0
Text Example
Text Example
White with #DCAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFA0; }
p { color: rgb(220,175,160); }
H1.HeaderClassName
{
color: #DCAFA0;
}
.AnyTagClassName
{
color: #DCAFA0;
}
</style>
background-color css
<style>
a { background-color: #DCAFA0; }
a { background-color: rgb(220,175,160); }
div.DivClassName
{
background-color: #DCAFA0;
}
.BgClassName
{
background-color: #DCAFA0;
}
</style>
border-color css
<style>
span { border-color: #DCAFA0; }
span { border-color: rgb(220,175,160); }
td.TdClassName
{
border-color: #DCAFA0;
}
.TagClassName
{
border-color: #DCAFA0;
}
</style>