Shades of Pancho #DFB39B
Tints of Pancho #DFB39B
RGB
CMYK
RGB Variations
Color information
#DFB39B (or 0xDFB39B) is known color: Pancho. HEX triplet: DF, B3 and 9B. RGB value is (223,179,155). Sum of RGB (Red+Green+Blue) = 223+179+155=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB39B is #204C64. Grayscale: #BDBDBD. Windows color (decimal): -2116709 or 10204127. OLE color: 10204127.
HSL color Cylindrical-coordinate representation of color #DFB39B: hue angle of 21.18º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB39B is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 155 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.13 |
| HSL | 21.18º | 0.52% | 0.74% | - |
| HSV(B) | 21.18º | 0.3% | 0.87% | - |
| XYZ | 52.47 | 50.29 | 37.95 | - |
| YUV | 189.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 155 | 0 | 0.20 | 0.30 | 0.13 | 21.18 | 0.52 | 0.74 |
| Hex | DF | B3 | 9B | 0 | 14 | 1E | D | 15 | 34 | 4A |
| Octal | 337 | 263 | 233 | 0 | 24 | 36 | 15 | 25 | 64 | 112 |
| Binary | 11011111 | 10110011 | 10011011 | 0 | 10100 | 11110 | 1101 | 10101 | 110100 | 1001010 |
Color Harmonies of #DFB39B
Complementary color
Monochromatic Colors of #DFB39B
Black with #DFB39B
Text Example
Text Example
White with #DFB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB39B; }
p { color: rgb(223,179,155); }
H1.HeaderClassName
{
color: #DFB39B;
}
.AnyTagClassName
{
color: #DFB39B;
}
</style>
background-color css
<style>
a { background-color: #DFB39B; }
a { background-color: rgb(223,179,155); }
div.DivClassName
{
background-color: #DFB39B;
}
.BgClassName
{
background-color: #DFB39B;
}
</style>
border-color css
<style>
span { border-color: #DFB39B; }
span { border-color: rgb(223,179,155); }
td.TdClassName
{
border-color: #DFB39B;
}
.TagClassName
{
border-color: #DFB39B;
}
</style>