Shades of Shilo #DCAFA6
Tints of Shilo #DCAFA6
RGB
CMYK
RGB Variations
Color information
#DCAFA6 (or 0xDCAFA6) is known color: Shilo. HEX triplet: DC, AF and A6. RGB value is (220,175,166). Sum of RGB (Red+Green+Blue) = 220+175+166=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA6 is #235059. Grayscale: #BBBBBB. Windows color (decimal): -2314330 or 10923996. OLE color: 10923996.
HSL color Cylindrical-coordinate representation of color #DCAFA6: hue angle of 10º 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 #DCAFA6 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 166 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.14 |
| HSL | 10º | 0.44% | 0.76% | - |
| HSV(B) | 10º | 0.25% | 0.86% | - |
| XYZ | 51.73 | 48.63 | 42.74 | - |
| YUV | 187.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 166 | 0 | 0.20 | 0.25 | 0.14 | 10 | 0.44 | 0.76 |
| Hex | DC | AF | A6 | 0 | 14 | 19 | E | A | 2C | 4C |
| Octal | 334 | 257 | 246 | 0 | 24 | 31 | 16 | 12 | 54 | 114 |
| Binary | 11011100 | 10101111 | 10100110 | 0 | 10100 | 11001 | 1110 | 1010 | 101100 | 1001100 |
Color Harmonies of #DCAFA6
Complementary color
Monochromatic Colors of #DCAFA6
Black with #DCAFA6
Text Example
Text Example
White with #DCAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFA6; }
p { color: rgb(220,175,166); }
H1.HeaderClassName
{
color: #DCAFA6;
}
.AnyTagClassName
{
color: #DCAFA6;
}
</style>
background-color css
<style>
a { background-color: #DCAFA6; }
a { background-color: rgb(220,175,166); }
div.DivClassName
{
background-color: #DCAFA6;
}
.BgClassName
{
background-color: #DCAFA6;
}
</style>
border-color css
<style>
span { border-color: #DCAFA6; }
span { border-color: rgb(220,175,166); }
td.TdClassName
{
border-color: #DCAFA6;
}
.TagClassName
{
border-color: #DCAFA6;
}
</style>