Shades of Pancho #DFB59D
Tints of Pancho #DFB59D
RGB
CMYK
RGB Variations
Color information
#DFB59D (or 0xDFB59D) is known color: Pancho. HEX triplet: DF, B5 and 9D. RGB value is (223,181,157). Sum of RGB (Red+Green+Blue) = 223+181+157=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB59D is #204A62. Grayscale: #BEBEBE. Windows color (decimal): -2116195 or 10335711. OLE color: 10335711.
HSL color Cylindrical-coordinate representation of color #DFB59D: hue angle of 21.82º 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 #DFB59D is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 157 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.13 |
| HSL | 21.82º | 0.51% | 0.75% | - |
| HSV(B) | 21.82º | 0.3% | 0.87% | - |
| XYZ | 53.04 | 51.17 | 38.98 | - |
| YUV | 190.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 157 | 0 | 0.19 | 0.30 | 0.13 | 21.82 | 0.51 | 0.75 |
| Hex | DF | B5 | 9D | 0 | 13 | 1E | D | 16 | 33 | 4B |
| Octal | 337 | 265 | 235 | 0 | 23 | 36 | 15 | 26 | 63 | 113 |
| Binary | 11011111 | 10110101 | 10011101 | 0 | 10011 | 11110 | 1101 | 10110 | 110011 | 1001011 |
Color Harmonies of #DFB59D
Complementary color
Monochromatic Colors of #DFB59D
Black with #DFB59D
Text Example
Text Example
White with #DFB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB59D; }
p { color: rgb(223,181,157); }
H1.HeaderClassName
{
color: #DFB59D;
}
.AnyTagClassName
{
color: #DFB59D;
}
</style>
background-color css
<style>
a { background-color: #DFB59D; }
a { background-color: rgb(223,181,157); }
div.DivClassName
{
background-color: #DFB59D;
}
.BgClassName
{
background-color: #DFB59D;
}
</style>
border-color css
<style>
span { border-color: #DFB59D; }
span { border-color: rgb(223,181,157); }
td.TdClassName
{
border-color: #DFB59D;
}
.TagClassName
{
border-color: #DFB59D;
}
</style>