Shades of Pancho #DFB792
Tints of Pancho #DFB792
RGB
CMYK
RGB Variations
Color information
#DFB792 (or 0xDFB792) is known color: Pancho. HEX triplet: DF, B7 and 92. RGB value is (223,183,146). Sum of RGB (Red+Green+Blue) = 223+183+146=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB792 is #20486D. Grayscale: #BEBEBE. Windows color (decimal): -2115694 or 9615327. OLE color: 9615327.
HSL color Cylindrical-coordinate representation of color #DFB792: hue angle of 28.83º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFB792 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 146 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.13 |
| HSL | 28.83º | 0.55% | 0.72% | - |
| HSV(B) | 28.83º | 0.35% | 0.87% | - |
| XYZ | 52.55 | 51.63 | 34.39 | - |
| YUV | 190.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 146 | 0 | 0.18 | 0.35 | 0.13 | 28.83 | 0.55 | 0.72 |
| Hex | DF | B7 | 92 | 0 | 12 | 23 | D | 1D | 37 | 48 |
| Octal | 337 | 267 | 222 | 0 | 22 | 43 | 15 | 35 | 67 | 110 |
| Binary | 11011111 | 10110111 | 10010010 | 0 | 10010 | 100011 | 1101 | 11101 | 110111 | 1001000 |
Color Harmonies of #DFB792
Complementary color
Monochromatic Colors of #DFB792
Black with #DFB792
Text Example
Text Example
White with #DFB792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB792; }
p { color: rgb(223,183,146); }
H1.HeaderClassName
{
color: #DFB792;
}
.AnyTagClassName
{
color: #DFB792;
}
</style>
background-color css
<style>
a { background-color: #DFB792; }
a { background-color: rgb(223,183,146); }
div.DivClassName
{
background-color: #DFB792;
}
.BgClassName
{
background-color: #DFB792;
}
</style>
border-color css
<style>
span { border-color: #DFB792; }
span { border-color: rgb(223,183,146); }
td.TdClassName
{
border-color: #DFB792;
}
.TagClassName
{
border-color: #DFB792;
}
</style>