Shades of Pancho #DFB99D
Tints of Pancho #DFB99D
RGB
CMYK
RGB Variations
Color information
#DFB99D (or 0xDFB99D) is known color: Pancho. HEX triplet: DF, B9 and 9D. RGB value is (223,185,157). Sum of RGB (Red+Green+Blue) = 223+185+157=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB99D is #204662. Grayscale: #C1C1C1. Windows color (decimal): -2115171 or 10336735. OLE color: 10336735.
HSL color Cylindrical-coordinate representation of color #DFB99D: hue angle of 25.45º 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 #DFB99D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 157 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.13 |
| HSL | 25.45º | 0.51% | 0.75% | - |
| HSV(B) | 25.45º | 0.3% | 0.87% | - |
| XYZ | 53.87 | 52.82 | 39.25 | - |
| YUV | 193.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 157 | 0 | 0.17 | 0.30 | 0.13 | 25.45 | 0.51 | 0.75 |
| Hex | DF | B9 | 9D | 0 | 11 | 1E | D | 19 | 33 | 4B |
| Octal | 337 | 271 | 235 | 0 | 21 | 36 | 15 | 31 | 63 | 113 |
| Binary | 11011111 | 10111001 | 10011101 | 0 | 10001 | 11110 | 1101 | 11001 | 110011 | 1001011 |
Color Harmonies of #DFB99D
Complementary color
Monochromatic Colors of #DFB99D
Black with #DFB99D
Text Example
Text Example
White with #DFB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB99D; }
p { color: rgb(223,185,157); }
H1.HeaderClassName
{
color: #DFB99D;
}
.AnyTagClassName
{
color: #DFB99D;
}
</style>
background-color css
<style>
a { background-color: #DFB99D; }
a { background-color: rgb(223,185,157); }
div.DivClassName
{
background-color: #DFB99D;
}
.BgClassName
{
background-color: #DFB99D;
}
</style>
border-color css
<style>
span { border-color: #DFB99D; }
span { border-color: rgb(223,185,157); }
td.TdClassName
{
border-color: #DFB99D;
}
.TagClassName
{
border-color: #DFB99D;
}
</style>