Shades of Pancho #DFB48E
Tints of Pancho #DFB48E
RGB
CMYK
RGB Variations
Color information
#DFB48E (or 0xDFB48E) is known color: Pancho. HEX triplet: DF, B4 and 8E. RGB value is (223,180,142). Sum of RGB (Red+Green+Blue) = 223+180+142=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB48E is #204B71. Grayscale: #BCBCBC. Windows color (decimal): -2116466 or 9352415. OLE color: 9352415.
HSL color Cylindrical-coordinate representation of color #DFB48E: hue angle of 28.15º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFB48E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 142 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.13 |
| HSL | 28.15º | 0.56% | 0.72% | - |
| HSV(B) | 28.15º | 0.36% | 0.87% | - |
| XYZ | 51.64 | 50.28 | 32.58 | - |
| YUV | 188.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 142 | 0 | 0.19 | 0.36 | 0.13 | 28.15 | 0.56 | 0.72 |
| Hex | DF | B4 | 8E | 0 | 13 | 24 | D | 1C | 38 | 48 |
| Octal | 337 | 264 | 216 | 0 | 23 | 44 | 15 | 34 | 70 | 110 |
| Binary | 11011111 | 10110100 | 10001110 | 0 | 10011 | 100100 | 1101 | 11100 | 111000 | 1001000 |
Color Harmonies of #DFB48E
Complementary color
Monochromatic Colors of #DFB48E
Black with #DFB48E
Text Example
Text Example
White with #DFB48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB48E; }
p { color: rgb(223,180,142); }
H1.HeaderClassName
{
color: #DFB48E;
}
.AnyTagClassName
{
color: #DFB48E;
}
</style>
background-color css
<style>
a { background-color: #DFB48E; }
a { background-color: rgb(223,180,142); }
div.DivClassName
{
background-color: #DFB48E;
}
.BgClassName
{
background-color: #DFB48E;
}
</style>
border-color css
<style>
span { border-color: #DFB48E; }
span { border-color: rgb(223,180,142); }
td.TdClassName
{
border-color: #DFB48E;
}
.TagClassName
{
border-color: #DFB48E;
}
</style>