Shades of Pancho #DFB394
Tints of Pancho #DFB394
RGB
CMYK
RGB Variations
Color information
#DFB394 (or 0xDFB394) is known color: Pancho. HEX triplet: DF, B3 and 94. RGB value is (223,179,148). Sum of RGB (Red+Green+Blue) = 223+179+148=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB394 is #204C6B. Grayscale: #BCBCBC. Windows color (decimal): -2116716 or 9745375. OLE color: 9745375.
HSL color Cylindrical-coordinate representation of color #DFB394: hue angle of 24.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFB394 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 148 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.13 |
| HSL | 24.8º | 0.54% | 0.73% | - |
| HSV(B) | 24.8º | 0.34% | 0.87% | - |
| XYZ | 51.9 | 50.07 | 34.95 | - |
| YUV | 188.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 148 | 0 | 0.20 | 0.34 | 0.13 | 24.8 | 0.54 | 0.73 |
| Hex | DF | B3 | 94 | 0 | 14 | 22 | D | 19 | 36 | 49 |
| Octal | 337 | 263 | 224 | 0 | 24 | 42 | 15 | 31 | 66 | 111 |
| Binary | 11011111 | 10110011 | 10010100 | 0 | 10100 | 100010 | 1101 | 11001 | 110110 | 1001001 |
Color Harmonies of #DFB394
Complementary color
Monochromatic Colors of #DFB394
Black with #DFB394
Text Example
Text Example
White with #DFB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB394; }
p { color: rgb(223,179,148); }
H1.HeaderClassName
{
color: #DFB394;
}
.AnyTagClassName
{
color: #DFB394;
}
</style>
background-color css
<style>
a { background-color: #DFB394; }
a { background-color: rgb(223,179,148); }
div.DivClassName
{
background-color: #DFB394;
}
.BgClassName
{
background-color: #DFB394;
}
</style>
border-color css
<style>
span { border-color: #DFB394; }
span { border-color: rgb(223,179,148); }
td.TdClassName
{
border-color: #DFB394;
}
.TagClassName
{
border-color: #DFB394;
}
</style>