Shades of Pancho #DFB38E
Tints of Pancho #DFB38E
RGB
CMYK
RGB Variations
Color information
#DFB38E (or 0xDFB38E) is known color: Pancho. HEX triplet: DF, B3 and 8E. RGB value is (223,179,142). Sum of RGB (Red+Green+Blue) = 223+179+142=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB38E is #204C71. Grayscale: #BCBCBC. Windows color (decimal): -2116722 or 9352159. OLE color: 9352159.
HSL color Cylindrical-coordinate representation of color #DFB38E: hue angle of 27.41º 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 #DFB38E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 142 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.13 |
| HSL | 27.41º | 0.56% | 0.72% | - |
| HSV(B) | 27.41º | 0.36% | 0.87% | - |
| XYZ | 51.43 | 49.88 | 32.51 | - |
| YUV | 187.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 142 | 0 | 0.20 | 0.36 | 0.13 | 27.41 | 0.56 | 0.72 |
| Hex | DF | B3 | 8E | 0 | 14 | 24 | D | 1B | 38 | 48 |
| Octal | 337 | 263 | 216 | 0 | 24 | 44 | 15 | 33 | 70 | 110 |
| Binary | 11011111 | 10110011 | 10001110 | 0 | 10100 | 100100 | 1101 | 11011 | 111000 | 1001000 |
Color Harmonies of #DFB38E
Complementary color
Monochromatic Colors of #DFB38E
Black with #DFB38E
Text Example
Text Example
White with #DFB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB38E; }
p { color: rgb(223,179,142); }
H1.HeaderClassName
{
color: #DFB38E;
}
.AnyTagClassName
{
color: #DFB38E;
}
</style>
background-color css
<style>
a { background-color: #DFB38E; }
a { background-color: rgb(223,179,142); }
div.DivClassName
{
background-color: #DFB38E;
}
.BgClassName
{
background-color: #DFB38E;
}
</style>
border-color css
<style>
span { border-color: #DFB38E; }
span { border-color: rgb(223,179,142); }
td.TdClassName
{
border-color: #DFB38E;
}
.TagClassName
{
border-color: #DFB38E;
}
</style>