Shades of Shilo #DCAF9F
Tints of Shilo #DCAF9F
RGB
CMYK
RGB Variations
Color information
#DCAF9F (or 0xDCAF9F) is known color: Shilo. HEX triplet: DC, AF and 9F. RGB value is (220,175,159). Sum of RGB (Red+Green+Blue) = 220+175+159=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF9F is #235060. Grayscale: #BABABA. Windows color (decimal): -2314337 or 10465244. OLE color: 10465244.
HSL color Cylindrical-coordinate representation of color #DCAF9F: hue angle of 15.74º 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 #DCAF9F is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 159 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.14 |
| HSL | 15.74º | 0.47% | 0.74% | - |
| HSV(B) | 15.74º | 0.28% | 0.86% | - |
| XYZ | 51.1 | 48.38 | 39.45 | - |
| YUV | 186.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 159 | 0 | 0.20 | 0.28 | 0.14 | 15.74 | 0.47 | 0.74 |
| Hex | DC | AF | 9F | 0 | 14 | 1C | E | 10 | 2F | 4A |
| Octal | 334 | 257 | 237 | 0 | 24 | 34 | 16 | 20 | 57 | 112 |
| Binary | 11011100 | 10101111 | 10011111 | 0 | 10100 | 11100 | 1110 | 10000 | 101111 | 1001010 |
Color Harmonies of #DCAF9F
Complementary color
Monochromatic Colors of #DCAF9F
Black with #DCAF9F
Text Example
Text Example
White with #DCAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF9F; }
p { color: rgb(220,175,159); }
H1.HeaderClassName
{
color: #DCAF9F;
}
.AnyTagClassName
{
color: #DCAF9F;
}
</style>
background-color css
<style>
a { background-color: #DCAF9F; }
a { background-color: rgb(220,175,159); }
div.DivClassName
{
background-color: #DCAF9F;
}
.BgClassName
{
background-color: #DCAF9F;
}
</style>
border-color css
<style>
span { border-color: #DCAF9F; }
span { border-color: rgb(220,175,159); }
td.TdClassName
{
border-color: #DCAF9F;
}
.TagClassName
{
border-color: #DCAF9F;
}
</style>