Shades of Pancho #DFB894
Tints of Pancho #DFB894
RGB
CMYK
RGB Variations
Color information
#DFB894 (or 0xDFB894) is known color: Pancho. HEX triplet: DF, B8 and 94. RGB value is (223,184,148). Sum of RGB (Red+Green+Blue) = 223+184+148=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB894 is #20476B. Grayscale: #BFBFBF. Windows color (decimal): -2115436 or 9746655. OLE color: 9746655.
HSL color Cylindrical-coordinate representation of color #DFB894: hue angle of 28.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFB894 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 148 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.13 |
| HSL | 28.8º | 0.54% | 0.73% | - |
| HSV(B) | 28.8º | 0.34% | 0.87% | - |
| XYZ | 52.92 | 52.11 | 35.29 | - |
| YUV | 191.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 148 | 0 | 0.17 | 0.34 | 0.13 | 28.8 | 0.54 | 0.73 |
| Hex | DF | B8 | 94 | 0 | 11 | 22 | D | 1D | 36 | 49 |
| Octal | 337 | 270 | 224 | 0 | 21 | 42 | 15 | 35 | 66 | 111 |
| Binary | 11011111 | 10111000 | 10010100 | 0 | 10001 | 100010 | 1101 | 11101 | 110110 | 1001001 |
Color Harmonies of #DFB894
Complementary color
Monochromatic Colors of #DFB894
Black with #DFB894
Text Example
Text Example
White with #DFB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB894; }
p { color: rgb(223,184,148); }
H1.HeaderClassName
{
color: #DFB894;
}
.AnyTagClassName
{
color: #DFB894;
}
</style>
background-color css
<style>
a { background-color: #DFB894; }
a { background-color: rgb(223,184,148); }
div.DivClassName
{
background-color: #DFB894;
}
.BgClassName
{
background-color: #DFB894;
}
</style>
border-color css
<style>
span { border-color: #DFB894; }
span { border-color: rgb(223,184,148); }
td.TdClassName
{
border-color: #DFB894;
}
.TagClassName
{
border-color: #DFB894;
}
</style>