Shades of Shilo #DFB39E
Tints of Shilo #DFB39E
RGB
CMYK
RGB Variations
Color information
#DFB39E (or 0xDFB39E) is known color: Shilo. HEX triplet: DF, B3 and 9E. RGB value is (223,179,158). Sum of RGB (Red+Green+Blue) = 223+179+158=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB39E is #204C61. Grayscale: #BDBDBD. Windows color (decimal): -2116706 or 10400735. OLE color: 10400735.
HSL color Cylindrical-coordinate representation of color #DFB39E: hue angle of 19.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB39E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 158 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.13 |
| HSL | 19.38º | 0.5% | 0.75% | - |
| HSV(B) | 19.38º | 0.29% | 0.87% | - |
| XYZ | 52.72 | 50.4 | 39.3 | - |
| YUV | 189.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 158 | 0 | 0.20 | 0.29 | 0.13 | 19.38 | 0.5 | 0.75 |
| Hex | DF | B3 | 9E | 0 | 14 | 1D | D | 13 | 32 | 4B |
| Octal | 337 | 263 | 236 | 0 | 24 | 35 | 15 | 23 | 62 | 113 |
| Binary | 11011111 | 10110011 | 10011110 | 0 | 10100 | 11101 | 1101 | 10011 | 110010 | 1001011 |
Color Harmonies of #DFB39E
Complementary color
Monochromatic Colors of #DFB39E
Black with #DFB39E
Text Example
Text Example
White with #DFB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB39E; }
p { color: rgb(223,179,158); }
H1.HeaderClassName
{
color: #DFB39E;
}
.AnyTagClassName
{
color: #DFB39E;
}
</style>
background-color css
<style>
a { background-color: #DFB39E; }
a { background-color: rgb(223,179,158); }
div.DivClassName
{
background-color: #DFB39E;
}
.BgClassName
{
background-color: #DFB39E;
}
</style>
border-color css
<style>
span { border-color: #DFB39E; }
span { border-color: rgb(223,179,158); }
td.TdClassName
{
border-color: #DFB39E;
}
.TagClassName
{
border-color: #DFB39E;
}
</style>