Shades of Pancho #DFB69E
Tints of Pancho #DFB69E
RGB
CMYK
RGB Variations
Color information
#DFB69E (or 0xDFB69E) is known color: Pancho. HEX triplet: DF, B6 and 9E. RGB value is (223,182,158). Sum of RGB (Red+Green+Blue) = 223+182+158=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB69E is #204961. Grayscale: #BFBFBF. Windows color (decimal): -2115938 or 10401503. OLE color: 10401503.
HSL color Cylindrical-coordinate representation of color #DFB69E: hue angle of 22.15º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB69E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 158 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.13 |
| HSL | 22.15º | 0.5% | 0.75% | - |
| HSV(B) | 22.15º | 0.29% | 0.87% | - |
| XYZ | 53.33 | 51.61 | 39.5 | - |
| YUV | 191.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 158 | 0 | 0.18 | 0.29 | 0.13 | 22.15 | 0.5 | 0.75 |
| Hex | DF | B6 | 9E | 0 | 12 | 1D | D | 16 | 32 | 4B |
| Octal | 337 | 266 | 236 | 0 | 22 | 35 | 15 | 26 | 62 | 113 |
| Binary | 11011111 | 10110110 | 10011110 | 0 | 10010 | 11101 | 1101 | 10110 | 110010 | 1001011 |
Color Harmonies of #DFB69E
Complementary color
Monochromatic Colors of #DFB69E
Black with #DFB69E
Text Example
Text Example
White with #DFB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB69E; }
p { color: rgb(223,182,158); }
H1.HeaderClassName
{
color: #DFB69E;
}
.AnyTagClassName
{
color: #DFB69E;
}
</style>
background-color css
<style>
a { background-color: #DFB69E; }
a { background-color: rgb(223,182,158); }
div.DivClassName
{
background-color: #DFB69E;
}
.BgClassName
{
background-color: #DFB69E;
}
</style>
border-color css
<style>
span { border-color: #DFB69E; }
span { border-color: rgb(223,182,158); }
td.TdClassName
{
border-color: #DFB69E;
}
.TagClassName
{
border-color: #DFB69E;
}
</style>