Shades of Shilo #DFADA0
Tints of Shilo #DFADA0
RGB
CMYK
RGB Variations
Color information
#DFADA0 (or 0xDFADA0) is known color: Shilo. HEX triplet: DF, AD and A0. RGB value is (223,173,160). Sum of RGB (Red+Green+Blue) = 223+173+160=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADA0 is #20525F. Grayscale: #BABABA. Windows color (decimal): -2118240 or 10530271. OLE color: 10530271.
HSL color Cylindrical-coordinate representation of color #DFADA0: hue angle of 12.38º 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 #DFADA0 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 160 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.13 |
| HSL | 12.38º | 0.5% | 0.75% | - |
| HSV(B) | 12.38º | 0.28% | 0.87% | - |
| XYZ | 51.72 | 48.11 | 39.82 | - |
| YUV | 186.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 160 | 0 | 0.22 | 0.28 | 0.13 | 12.38 | 0.5 | 0.75 |
| Hex | DF | AD | A0 | 0 | 16 | 1C | D | C | 32 | 4B |
| Octal | 337 | 255 | 240 | 0 | 26 | 34 | 15 | 14 | 62 | 113 |
| Binary | 11011111 | 10101101 | 10100000 | 0 | 10110 | 11100 | 1101 | 1100 | 110010 | 1001011 |
Color Harmonies of #DFADA0
Complementary color
Monochromatic Colors of #DFADA0
Black with #DFADA0
Text Example
Text Example
White with #DFADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADA0; }
p { color: rgb(223,173,160); }
H1.HeaderClassName
{
color: #DFADA0;
}
.AnyTagClassName
{
color: #DFADA0;
}
</style>
background-color css
<style>
a { background-color: #DFADA0; }
a { background-color: rgb(223,173,160); }
div.DivClassName
{
background-color: #DFADA0;
}
.BgClassName
{
background-color: #DFADA0;
}
</style>
border-color css
<style>
span { border-color: #DFADA0; }
span { border-color: rgb(223,173,160); }
td.TdClassName
{
border-color: #DFADA0;
}
.TagClassName
{
border-color: #DFADA0;
}
</style>