Shades of Shilo #DFB09D
Tints of Shilo #DFB09D
RGB
CMYK
RGB Variations
Color information
#DFB09D (or 0xDFB09D) is known color: Shilo. HEX triplet: DF, B0 and 9D. RGB value is (223,176,157). Sum of RGB (Red+Green+Blue) = 223+176+157=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB09D is #204F62. Grayscale: #BCBCBC. Windows color (decimal): -2117475 or 10334431. OLE color: 10334431.
HSL color Cylindrical-coordinate representation of color #DFB09D: hue angle of 17.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB09D is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 157 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.13 |
| HSL | 17.27º | 0.51% | 0.75% | - |
| HSV(B) | 17.27º | 0.3% | 0.87% | - |
| XYZ | 52.04 | 49.17 | 38.65 | - |
| YUV | 187.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 157 | 0 | 0.21 | 0.30 | 0.13 | 17.27 | 0.51 | 0.75 |
| Hex | DF | B0 | 9D | 0 | 15 | 1E | D | 11 | 33 | 4B |
| Octal | 337 | 260 | 235 | 0 | 25 | 36 | 15 | 21 | 63 | 113 |
| Binary | 11011111 | 10110000 | 10011101 | 0 | 10101 | 11110 | 1101 | 10001 | 110011 | 1001011 |
Color Harmonies of #DFB09D
Complementary color
Monochromatic Colors of #DFB09D
Black with #DFB09D
Text Example
Text Example
White with #DFB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB09D; }
p { color: rgb(223,176,157); }
H1.HeaderClassName
{
color: #DFB09D;
}
.AnyTagClassName
{
color: #DFB09D;
}
</style>
background-color css
<style>
a { background-color: #DFB09D; }
a { background-color: rgb(223,176,157); }
div.DivClassName
{
background-color: #DFB09D;
}
.BgClassName
{
background-color: #DFB09D;
}
</style>
border-color css
<style>
span { border-color: #DFB09D; }
span { border-color: rgb(223,176,157); }
td.TdClassName
{
border-color: #DFB09D;
}
.TagClassName
{
border-color: #DFB09D;
}
</style>