Shades of Shilo #DFAE9B
Tints of Shilo #DFAE9B
RGB
CMYK
RGB Variations
Color information
#DFAE9B (or 0xDFAE9B) is known color: Shilo. HEX triplet: DF, AE and 9B. RGB value is (223,174,155). Sum of RGB (Red+Green+Blue) = 223+174+155=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE9B is #205164. Grayscale: #BABABA. Windows color (decimal): -2117989 or 10202847. OLE color: 10202847.
HSL color Cylindrical-coordinate representation of color #DFAE9B: hue angle of 16.76º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFAE9B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 155 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.13 |
| HSL | 16.76º | 0.52% | 0.74% | - |
| HSV(B) | 16.76º | 0.3% | 0.87% | - |
| XYZ | 51.48 | 48.33 | 37.62 | - |
| YUV | 186.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 155 | 0 | 0.22 | 0.30 | 0.13 | 16.76 | 0.52 | 0.74 |
| Hex | DF | AE | 9B | 0 | 16 | 1E | D | 11 | 34 | 4A |
| Octal | 337 | 256 | 233 | 0 | 26 | 36 | 15 | 21 | 64 | 112 |
| Binary | 11011111 | 10101110 | 10011011 | 0 | 10110 | 11110 | 1101 | 10001 | 110100 | 1001010 |
Color Harmonies of #DFAE9B
Complementary color
Monochromatic Colors of #DFAE9B
Black with #DFAE9B
Text Example
Text Example
White with #DFAE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAE9B; }
p { color: rgb(223,174,155); }
H1.HeaderClassName
{
color: #DFAE9B;
}
.AnyTagClassName
{
color: #DFAE9B;
}
</style>
background-color css
<style>
a { background-color: #DFAE9B; }
a { background-color: rgb(223,174,155); }
div.DivClassName
{
background-color: #DFAE9B;
}
.BgClassName
{
background-color: #DFAE9B;
}
</style>
border-color css
<style>
span { border-color: #DFAE9B; }
span { border-color: rgb(223,174,155); }
td.TdClassName
{
border-color: #DFAE9B;
}
.TagClassName
{
border-color: #DFAE9B;
}
</style>