Shades of Shilo #DCAFA8
Tints of Shilo #DCAFA8
RGB
CMYK
RGB Variations
Color information
#DCAFA8 (or 0xDCAFA8) is known color: Shilo. HEX triplet: DC, AF and A8. RGB value is (220,175,168). Sum of RGB (Red+Green+Blue) = 220+175+168=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA8 is #235057. Grayscale: #BBBBBB. Windows color (decimal): -2314328 or 11055068. OLE color: 11055068.
HSL color Cylindrical-coordinate representation of color #DCAFA8: hue angle of 8.08º 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 #DCAFA8 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 168 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.14 |
| HSL | 8.08º | 0.43% | 0.76% | - |
| HSV(B) | 8.08º | 0.24% | 0.86% | - |
| XYZ | 51.91 | 48.7 | 43.71 | - |
| YUV | 187.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 168 | 0 | 0.20 | 0.24 | 0.14 | 8.08 | 0.43 | 0.76 |
| Hex | DC | AF | A8 | 0 | 14 | 18 | E | 8 | 2B | 4C |
| Octal | 334 | 257 | 250 | 0 | 24 | 30 | 16 | 10 | 53 | 114 |
| Binary | 11011100 | 10101111 | 10101000 | 0 | 10100 | 11000 | 1110 | 1000 | 101011 | 1001100 |
Color Harmonies of #DCAFA8
Complementary color
Monochromatic Colors of #DCAFA8
Black with #DCAFA8
Text Example
Text Example
White with #DCAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFA8; }
p { color: rgb(220,175,168); }
H1.HeaderClassName
{
color: #DCAFA8;
}
.AnyTagClassName
{
color: #DCAFA8;
}
</style>
background-color css
<style>
a { background-color: #DCAFA8; }
a { background-color: rgb(220,175,168); }
div.DivClassName
{
background-color: #DCAFA8;
}
.BgClassName
{
background-color: #DCAFA8;
}
</style>
border-color css
<style>
span { border-color: #DCAFA8; }
span { border-color: rgb(220,175,168); }
td.TdClassName
{
border-color: #DCAFA8;
}
.TagClassName
{
border-color: #DCAFA8;
}
</style>