Shades of Pancho #DFBC9D
Tints of Pancho #DFBC9D
RGB
CMYK
RGB Variations
Color information
#DFBC9D (or 0xDFBC9D) is known color: Pancho. HEX triplet: DF, BC and 9D. RGB value is (223,188,157). Sum of RGB (Red+Green+Blue) = 223+188+157=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC9D is #204362. Grayscale: #C3C3C3. Windows color (decimal): -2114403 or 10337503. OLE color: 10337503.
HSL color Cylindrical-coordinate representation of color #DFBC9D: hue angle of 28.18º 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 #DFBC9D is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 157 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.13 |
| HSL | 28.18º | 0.51% | 0.75% | - |
| HSV(B) | 28.18º | 0.3% | 0.87% | - |
| XYZ | 54.5 | 54.09 | 39.47 | - |
| YUV | 194.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 157 | 0 | 0.16 | 0.30 | 0.13 | 28.18 | 0.51 | 0.75 |
| Hex | DF | BC | 9D | 0 | 10 | 1E | D | 1C | 33 | 4B |
| Octal | 337 | 274 | 235 | 0 | 20 | 36 | 15 | 34 | 63 | 113 |
| Binary | 11011111 | 10111100 | 10011101 | 0 | 10000 | 11110 | 1101 | 11100 | 110011 | 1001011 |
Color Harmonies of #DFBC9D
Complementary color
Monochromatic Colors of #DFBC9D
Black with #DFBC9D
Text Example
Text Example
White with #DFBC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC9D; }
p { color: rgb(223,188,157); }
H1.HeaderClassName
{
color: #DFBC9D;
}
.AnyTagClassName
{
color: #DFBC9D;
}
</style>
background-color css
<style>
a { background-color: #DFBC9D; }
a { background-color: rgb(223,188,157); }
div.DivClassName
{
background-color: #DFBC9D;
}
.BgClassName
{
background-color: #DFBC9D;
}
</style>
border-color css
<style>
span { border-color: #DFBC9D; }
span { border-color: rgb(223,188,157); }
td.TdClassName
{
border-color: #DFBC9D;
}
.TagClassName
{
border-color: #DFBC9D;
}
</style>