Shades of Pancho #DFB898
Tints of Pancho #DFB898
RGB
CMYK
RGB Variations
Color information
#DFB898 (or 0xDFB898) is known color: Pancho. HEX triplet: DF, B8 and 98. RGB value is (223,184,152). Sum of RGB (Red+Green+Blue) = 223+184+152=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB898 is #204767. Grayscale: #C0C0C0. Windows color (decimal): -2115432 or 10008799. OLE color: 10008799.
HSL color Cylindrical-coordinate representation of color #DFB898: hue angle of 27.04º 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 #DFB898 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 152 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.13 |
| HSL | 27.04º | 0.53% | 0.74% | - |
| HSV(B) | 27.04º | 0.32% | 0.87% | - |
| XYZ | 53.24 | 52.24 | 36.98 | - |
| YUV | 192.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 152 | 0 | 0.17 | 0.32 | 0.13 | 27.04 | 0.53 | 0.74 |
| Hex | DF | B8 | 98 | 0 | 11 | 20 | D | 1B | 35 | 4A |
| Octal | 337 | 270 | 230 | 0 | 21 | 40 | 15 | 33 | 65 | 112 |
| Binary | 11011111 | 10111000 | 10011000 | 0 | 10001 | 100000 | 1101 | 11011 | 110101 | 1001010 |
Color Harmonies of #DFB898
Complementary color
Monochromatic Colors of #DFB898
Black with #DFB898
Text Example
Text Example
White with #DFB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB898; }
p { color: rgb(223,184,152); }
H1.HeaderClassName
{
color: #DFB898;
}
.AnyTagClassName
{
color: #DFB898;
}
</style>
background-color css
<style>
a { background-color: #DFB898; }
a { background-color: rgb(223,184,152); }
div.DivClassName
{
background-color: #DFB898;
}
.BgClassName
{
background-color: #DFB898;
}
</style>
border-color css
<style>
span { border-color: #DFB898; }
span { border-color: rgb(223,184,152); }
td.TdClassName
{
border-color: #DFB898;
}
.TagClassName
{
border-color: #DFB898;
}
</style>