Shades of Pancho #DFB798
Tints of Pancho #DFB798
RGB
CMYK
RGB Variations
Color information
#DFB798 (or 0xDFB798) is known color: Pancho. HEX triplet: DF, B7 and 98. RGB value is (223,183,152). Sum of RGB (Red+Green+Blue) = 223+183+152=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB798 is #204867. Grayscale: #BFBFBF. Windows color (decimal): -2115688 or 10008543. OLE color: 10008543.
HSL color Cylindrical-coordinate representation of color #DFB798: hue angle of 26.2º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFB798 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 152 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.13 |
| HSL | 26.2º | 0.53% | 0.74% | - |
| HSV(B) | 26.2º | 0.32% | 0.87% | - |
| XYZ | 53.03 | 51.82 | 36.91 | - |
| YUV | 191.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 152 | 0 | 0.18 | 0.32 | 0.13 | 26.2 | 0.53 | 0.74 |
| Hex | DF | B7 | 98 | 0 | 12 | 20 | D | 1A | 35 | 4A |
| Octal | 337 | 267 | 230 | 0 | 22 | 40 | 15 | 32 | 65 | 112 |
| Binary | 11011111 | 10110111 | 10011000 | 0 | 10010 | 100000 | 1101 | 11010 | 110101 | 1001010 |
Color Harmonies of #DFB798
Complementary color
Monochromatic Colors of #DFB798
Black with #DFB798
Text Example
Text Example
White with #DFB798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB798; }
p { color: rgb(223,183,152); }
H1.HeaderClassName
{
color: #DFB798;
}
.AnyTagClassName
{
color: #DFB798;
}
</style>
background-color css
<style>
a { background-color: #DFB798; }
a { background-color: rgb(223,183,152); }
div.DivClassName
{
background-color: #DFB798;
}
.BgClassName
{
background-color: #DFB798;
}
</style>
border-color css
<style>
span { border-color: #DFB798; }
span { border-color: rgb(223,183,152); }
td.TdClassName
{
border-color: #DFB798;
}
.TagClassName
{
border-color: #DFB798;
}
</style>