Shades of Pancho #DFB499
Tints of Pancho #DFB499
RGB
CMYK
RGB Variations
Color information
#DFB499 (or 0xDFB499) is known color: Pancho. HEX triplet: DF, B4 and 99. RGB value is (223,180,153). Sum of RGB (Red+Green+Blue) = 223+180+153=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB499 is #204B66. Grayscale: #BDBDBD. Windows color (decimal): -2116455 or 10073311. OLE color: 10073311.
HSL color Cylindrical-coordinate representation of color #DFB499: hue angle of 23.14º 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 #DFB499 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 153 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.13 |
| HSL | 23.14º | 0.52% | 0.74% | - |
| HSV(B) | 23.14º | 0.31% | 0.87% | - |
| XYZ | 52.5 | 50.63 | 37.14 | - |
| YUV | 189.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 153 | 0 | 0.19 | 0.31 | 0.13 | 23.14 | 0.52 | 0.74 |
| Hex | DF | B4 | 99 | 0 | 13 | 1F | D | 17 | 34 | 4A |
| Octal | 337 | 264 | 231 | 0 | 23 | 37 | 15 | 27 | 64 | 112 |
| Binary | 11011111 | 10110100 | 10011001 | 0 | 10011 | 11111 | 1101 | 10111 | 110100 | 1001010 |
Color Harmonies of #DFB499
Complementary color
Monochromatic Colors of #DFB499
Black with #DFB499
Text Example
Text Example
White with #DFB499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB499; }
p { color: rgb(223,180,153); }
H1.HeaderClassName
{
color: #DFB499;
}
.AnyTagClassName
{
color: #DFB499;
}
</style>
background-color css
<style>
a { background-color: #DFB499; }
a { background-color: rgb(223,180,153); }
div.DivClassName
{
background-color: #DFB499;
}
.BgClassName
{
background-color: #DFB499;
}
</style>
border-color css
<style>
span { border-color: #DFB499; }
span { border-color: rgb(223,180,153); }
td.TdClassName
{
border-color: #DFB499;
}
.TagClassName
{
border-color: #DFB499;
}
</style>