Shades of Shilo #DFB09E
Tints of Shilo #DFB09E
RGB
CMYK
RGB Variations
Color information
#DFB09E (or 0xDFB09E) is known color: Shilo. HEX triplet: DF, B0 and 9E. RGB value is (223,176,158). Sum of RGB (Red+Green+Blue) = 223+176+158=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB09E is #204F61. Grayscale: #BCBCBC. Windows color (decimal): -2117474 or 10399967. OLE color: 10399967.
HSL color Cylindrical-coordinate representation of color #DFB09E: hue angle of 16.62º 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 #DFB09E is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 158 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.13 |
| HSL | 16.62º | 0.5% | 0.75% | - |
| HSV(B) | 16.62º | 0.29% | 0.87% | - |
| XYZ | 52.13 | 49.21 | 39.1 | - |
| YUV | 188 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 158 | 0 | 0.21 | 0.29 | 0.13 | 16.62 | 0.5 | 0.75 |
| Hex | DF | B0 | 9E | 0 | 15 | 1D | D | 11 | 32 | 4B |
| Octal | 337 | 260 | 236 | 0 | 25 | 35 | 15 | 21 | 62 | 113 |
| Binary | 11011111 | 10110000 | 10011110 | 0 | 10101 | 11101 | 1101 | 10001 | 110010 | 1001011 |
Color Harmonies of #DFB09E
Complementary color
Monochromatic Colors of #DFB09E
Black with #DFB09E
Text Example
Text Example
White with #DFB09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB09E; }
p { color: rgb(223,176,158); }
H1.HeaderClassName
{
color: #DFB09E;
}
.AnyTagClassName
{
color: #DFB09E;
}
</style>
background-color css
<style>
a { background-color: #DFB09E; }
a { background-color: rgb(223,176,158); }
div.DivClassName
{
background-color: #DFB09E;
}
.BgClassName
{
background-color: #DFB09E;
}
</style>
border-color css
<style>
span { border-color: #DFB09E; }
span { border-color: rgb(223,176,158); }
td.TdClassName
{
border-color: #DFB09E;
}
.TagClassName
{
border-color: #DFB09E;
}
</style>