Shades of Shilo #DFAEA0
Tints of Shilo #DFAEA0
RGB
CMYK
RGB Variations
Color information
#DFAEA0 (or 0xDFAEA0) is known color: Shilo. HEX triplet: DF, AE and A0. RGB value is (223,174,160). Sum of RGB (Red+Green+Blue) = 223+174+160=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEA0 is #20515F. Grayscale: #BBBBBB. Windows color (decimal): -2117984 or 10530527. OLE color: 10530527.
HSL color Cylindrical-coordinate representation of color #DFAEA0: hue angle of 13.33º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFAEA0 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 160 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.13 |
| HSL | 13.33º | 0.5% | 0.75% | - |
| HSV(B) | 13.33º | 0.28% | 0.87% | - |
| XYZ | 51.91 | 48.5 | 39.88 | - |
| YUV | 187.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 160 | 0 | 0.22 | 0.28 | 0.13 | 13.33 | 0.5 | 0.75 |
| Hex | DF | AE | A0 | 0 | 16 | 1C | D | D | 32 | 4B |
| Octal | 337 | 256 | 240 | 0 | 26 | 34 | 15 | 15 | 62 | 113 |
| Binary | 11011111 | 10101110 | 10100000 | 0 | 10110 | 11100 | 1101 | 1101 | 110010 | 1001011 |
Color Harmonies of #DFAEA0
Complementary color
Monochromatic Colors of #DFAEA0
Black with #DFAEA0
Text Example
Text Example
White with #DFAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEA0; }
p { color: rgb(223,174,160); }
H1.HeaderClassName
{
color: #DFAEA0;
}
.AnyTagClassName
{
color: #DFAEA0;
}
</style>
background-color css
<style>
a { background-color: #DFAEA0; }
a { background-color: rgb(223,174,160); }
div.DivClassName
{
background-color: #DFAEA0;
}
.BgClassName
{
background-color: #DFAEA0;
}
</style>
border-color css
<style>
span { border-color: #DFAEA0; }
span { border-color: rgb(223,174,160); }
td.TdClassName
{
border-color: #DFAEA0;
}
.TagClassName
{
border-color: #DFAEA0;
}
</style>