Shades of Shilo #DFADA5
Tints of Shilo #DFADA5
RGB
CMYK
RGB Variations
Color information
#DFADA5 (or 0xDFADA5) is known color: Shilo. HEX triplet: DF, AD and A5. RGB value is (223,173,165). Sum of RGB (Red+Green+Blue) = 223+173+165=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADA5 is #20525A. Grayscale: #BBBBBB. Windows color (decimal): -2118235 or 10857951. OLE color: 10857951.
HSL color Cylindrical-coordinate representation of color #DFADA5: hue angle of 8.28º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFADA5 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 165 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.13 |
| HSL | 8.28º | 0.48% | 0.76% | - |
| HSV(B) | 8.28º | 0.26% | 0.87% | - |
| XYZ | 52.17 | 48.29 | 42.17 | - |
| YUV | 187.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 165 | 0 | 0.22 | 0.26 | 0.13 | 8.28 | 0.48 | 0.76 |
| Hex | DF | AD | A5 | 0 | 16 | 1A | D | 8 | 30 | 4C |
| Octal | 337 | 255 | 245 | 0 | 26 | 32 | 15 | 10 | 60 | 114 |
| Binary | 11011111 | 10101101 | 10100101 | 0 | 10110 | 11010 | 1101 | 1000 | 110000 | 1001100 |
Color Harmonies of #DFADA5
Complementary color
Monochromatic Colors of #DFADA5
Black with #DFADA5
Text Example
Text Example
White with #DFADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADA5; }
p { color: rgb(223,173,165); }
H1.HeaderClassName
{
color: #DFADA5;
}
.AnyTagClassName
{
color: #DFADA5;
}
</style>
background-color css
<style>
a { background-color: #DFADA5; }
a { background-color: rgb(223,173,165); }
div.DivClassName
{
background-color: #DFADA5;
}
.BgClassName
{
background-color: #DFADA5;
}
</style>
border-color css
<style>
span { border-color: #DFADA5; }
span { border-color: rgb(223,173,165); }
td.TdClassName
{
border-color: #DFADA5;
}
.TagClassName
{
border-color: #DFADA5;
}
</style>