Shades of Shilo #DFB29E
Tints of Shilo #DFB29E
RGB
CMYK
RGB Variations
Color information
#DFB29E (or 0xDFB29E) is known color: Shilo. HEX triplet: DF, B2 and 9E. RGB value is (223,178,158). Sum of RGB (Red+Green+Blue) = 223+178+158=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB29E is #204D61. Grayscale: #BDBDBD. Windows color (decimal): -2116962 or 10400479. OLE color: 10400479.
HSL color Cylindrical-coordinate representation of color #DFB29E: hue angle of 18.46º 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 #DFB29E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 158 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.13 |
| HSL | 18.46º | 0.5% | 0.75% | - |
| HSV(B) | 18.46º | 0.29% | 0.87% | - |
| XYZ | 52.52 | 50 | 39.23 | - |
| YUV | 189.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 158 | 0 | 0.20 | 0.29 | 0.13 | 18.46 | 0.5 | 0.75 |
| Hex | DF | B2 | 9E | 0 | 14 | 1D | D | 12 | 32 | 4B |
| Octal | 337 | 262 | 236 | 0 | 24 | 35 | 15 | 22 | 62 | 113 |
| Binary | 11011111 | 10110010 | 10011110 | 0 | 10100 | 11101 | 1101 | 10010 | 110010 | 1001011 |
Color Harmonies of #DFB29E
Complementary color
Monochromatic Colors of #DFB29E
Black with #DFB29E
Text Example
Text Example
White with #DFB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB29E; }
p { color: rgb(223,178,158); }
H1.HeaderClassName
{
color: #DFB29E;
}
.AnyTagClassName
{
color: #DFB29E;
}
</style>
background-color css
<style>
a { background-color: #DFB29E; }
a { background-color: rgb(223,178,158); }
div.DivClassName
{
background-color: #DFB29E;
}
.BgClassName
{
background-color: #DFB29E;
}
</style>
border-color css
<style>
span { border-color: #DFB29E; }
span { border-color: rgb(223,178,158); }
td.TdClassName
{
border-color: #DFB29E;
}
.TagClassName
{
border-color: #DFB29E;
}
</style>