Shades of Pancho #DFB59A
Tints of Pancho #DFB59A
RGB
CMYK
RGB Variations
Color information
#DFB59A (or 0xDFB59A) is known color: Pancho. HEX triplet: DF, B5 and 9A. RGB value is (223,181,154). Sum of RGB (Red+Green+Blue) = 223+181+154=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB59A is #204A65. Grayscale: #BEBEBE. Windows color (decimal): -2116198 or 10139103. OLE color: 10139103.
HSL color Cylindrical-coordinate representation of color #DFB59A: hue angle of 23.48º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFB59A is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 154 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.13 |
| HSL | 23.48º | 0.52% | 0.74% | - |
| HSV(B) | 23.48º | 0.31% | 0.87% | - |
| XYZ | 52.79 | 51.07 | 37.65 | - |
| YUV | 190.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 154 | 0 | 0.19 | 0.31 | 0.13 | 23.48 | 0.52 | 0.74 |
| Hex | DF | B5 | 9A | 0 | 13 | 1F | D | 17 | 34 | 4A |
| Octal | 337 | 265 | 232 | 0 | 23 | 37 | 15 | 27 | 64 | 112 |
| Binary | 11011111 | 10110101 | 10011010 | 0 | 10011 | 11111 | 1101 | 10111 | 110100 | 1001010 |
Color Harmonies of #DFB59A
Complementary color
Monochromatic Colors of #DFB59A
Black with #DFB59A
Text Example
Text Example
White with #DFB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB59A; }
p { color: rgb(223,181,154); }
H1.HeaderClassName
{
color: #DFB59A;
}
.AnyTagClassName
{
color: #DFB59A;
}
</style>
background-color css
<style>
a { background-color: #DFB59A; }
a { background-color: rgb(223,181,154); }
div.DivClassName
{
background-color: #DFB59A;
}
.BgClassName
{
background-color: #DFB59A;
}
</style>
border-color css
<style>
span { border-color: #DFB59A; }
span { border-color: rgb(223,181,154); }
td.TdClassName
{
border-color: #DFB59A;
}
.TagClassName
{
border-color: #DFB59A;
}
</style>