Shades of Shilo #DCAFA7
Tints of Shilo #DCAFA7
RGB
CMYK
RGB Variations
Color information
#DCAFA7 (or 0xDCAFA7) is known color: Shilo. HEX triplet: DC, AF and A7. RGB value is (220,175,167). Sum of RGB (Red+Green+Blue) = 220+175+167=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA7 is #235058. Grayscale: #BBBBBB. Windows color (decimal): -2314329 or 10989532. OLE color: 10989532.
HSL color Cylindrical-coordinate representation of color #DCAFA7: hue angle of 9.06º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCAFA7 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 167 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.14 |
| HSL | 9.06º | 0.43% | 0.76% | - |
| HSV(B) | 9.06º | 0.24% | 0.86% | - |
| XYZ | 51.82 | 48.67 | 43.22 | - |
| YUV | 187.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 167 | 0 | 0.20 | 0.24 | 0.14 | 9.06 | 0.43 | 0.76 |
| Hex | DC | AF | A7 | 0 | 14 | 18 | E | 9 | 2B | 4C |
| Octal | 334 | 257 | 247 | 0 | 24 | 30 | 16 | 11 | 53 | 114 |
| Binary | 11011100 | 10101111 | 10100111 | 0 | 10100 | 11000 | 1110 | 1001 | 101011 | 1001100 |
Color Harmonies of #DCAFA7
Complementary color
Monochromatic Colors of #DCAFA7
Black with #DCAFA7
Text Example
Text Example
White with #DCAFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFA7; }
p { color: rgb(220,175,167); }
H1.HeaderClassName
{
color: #DCAFA7;
}
.AnyTagClassName
{
color: #DCAFA7;
}
</style>
background-color css
<style>
a { background-color: #DCAFA7; }
a { background-color: rgb(220,175,167); }
div.DivClassName
{
background-color: #DCAFA7;
}
.BgClassName
{
background-color: #DCAFA7;
}
</style>
border-color css
<style>
span { border-color: #DCAFA7; }
span { border-color: rgb(220,175,167); }
td.TdClassName
{
border-color: #DCAFA7;
}
.TagClassName
{
border-color: #DCAFA7;
}
</style>