Shades of Shilo #DCAFA4
Tints of Shilo #DCAFA4
RGB
CMYK
RGB Variations
Color information
#DCAFA4 (or 0xDCAFA4) is known color: Shilo. HEX triplet: DC, AF and A4. RGB value is (220,175,164). Sum of RGB (Red+Green+Blue) = 220+175+164=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA4 is #23505B. Grayscale: #BBBBBB. Windows color (decimal): -2314332 or 10792924. OLE color: 10792924.
HSL color Cylindrical-coordinate representation of color #DCAFA4: hue angle of 11.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCAFA4 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 164 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.14 |
| HSL | 11.79º | 0.44% | 0.75% | - |
| HSV(B) | 11.79º | 0.25% | 0.86% | - |
| XYZ | 51.55 | 48.56 | 41.78 | - |
| YUV | 187.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 164 | 0 | 0.20 | 0.25 | 0.14 | 11.79 | 0.44 | 0.75 |
| Hex | DC | AF | A4 | 0 | 14 | 19 | E | C | 2C | 4B |
| Octal | 334 | 257 | 244 | 0 | 24 | 31 | 16 | 14 | 54 | 113 |
| Binary | 11011100 | 10101111 | 10100100 | 0 | 10100 | 11001 | 1110 | 1100 | 101100 | 1001011 |
Color Harmonies of #DCAFA4
Complementary color
Monochromatic Colors of #DCAFA4
Black with #DCAFA4
Text Example
Text Example
White with #DCAFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFA4; }
p { color: rgb(220,175,164); }
H1.HeaderClassName
{
color: #DCAFA4;
}
.AnyTagClassName
{
color: #DCAFA4;
}
</style>
background-color css
<style>
a { background-color: #DCAFA4; }
a { background-color: rgb(220,175,164); }
div.DivClassName
{
background-color: #DCAFA4;
}
.BgClassName
{
background-color: #DCAFA4;
}
</style>
border-color css
<style>
span { border-color: #DCAFA4; }
span { border-color: rgb(220,175,164); }
td.TdClassName
{
border-color: #DCAFA4;
}
.TagClassName
{
border-color: #DCAFA4;
}
</style>