Shades of Pancho #DFB599
Tints of Pancho #DFB599
RGB
CMYK
RGB Variations
Color information
#DFB599 (or 0xDFB599) is known color: Pancho. HEX triplet: DF, B5 and 99. RGB value is (223,181,153). Sum of RGB (Red+Green+Blue) = 223+181+153=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB599 is #204A66. Grayscale: #BEBEBE. Windows color (decimal): -2116199 or 10073567. OLE color: 10073567.
HSL color Cylindrical-coordinate representation of color #DFB599: hue angle of 24º 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 #DFB599 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 153 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.13 |
| HSL | 24º | 0.52% | 0.74% | - |
| HSV(B) | 24º | 0.31% | 0.87% | - |
| XYZ | 52.71 | 51.04 | 37.21 | - |
| YUV | 190.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 153 | 0 | 0.19 | 0.31 | 0.13 | 24 | 0.52 | 0.74 |
| Hex | DF | B5 | 99 | 0 | 13 | 1F | D | 18 | 34 | 4A |
| Octal | 337 | 265 | 231 | 0 | 23 | 37 | 15 | 30 | 64 | 112 |
| Binary | 11011111 | 10110101 | 10011001 | 0 | 10011 | 11111 | 1101 | 11000 | 110100 | 1001010 |
Color Harmonies of #DFB599
Complementary color
Monochromatic Colors of #DFB599
Black with #DFB599
Text Example
Text Example
White with #DFB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB599; }
p { color: rgb(223,181,153); }
H1.HeaderClassName
{
color: #DFB599;
}
.AnyTagClassName
{
color: #DFB599;
}
</style>
background-color css
<style>
a { background-color: #DFB599; }
a { background-color: rgb(223,181,153); }
div.DivClassName
{
background-color: #DFB599;
}
.BgClassName
{
background-color: #DFB599;
}
</style>
border-color css
<style>
span { border-color: #DFB599; }
span { border-color: rgb(223,181,153); }
td.TdClassName
{
border-color: #DFB599;
}
.TagClassName
{
border-color: #DFB599;
}
</style>