Shades of Pancho #DFB990
Tints of Pancho #DFB990
RGB
CMYK
RGB Variations
Color information
#DFB990 (or 0xDFB990) is known color: Pancho. HEX triplet: DF, B9 and 90. RGB value is (223,185,144). Sum of RGB (Red+Green+Blue) = 223+185+144=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB990 is #20466F. Grayscale: #BFBFBF. Windows color (decimal): -2115184 or 9484767. OLE color: 9484767.
HSL color Cylindrical-coordinate representation of color #DFB990: hue angle of 31.14º 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 #DFB990 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 144 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.13 |
| HSL | 31.14º | 0.55% | 0.72% | - |
| HSV(B) | 31.14º | 0.35% | 0.87% | - |
| XYZ | 52.81 | 52.4 | 33.72 | - |
| YUV | 191.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 144 | 0 | 0.17 | 0.35 | 0.13 | 31.14 | 0.55 | 0.72 |
| Hex | DF | B9 | 90 | 0 | 11 | 23 | D | 1F | 37 | 48 |
| Octal | 337 | 271 | 220 | 0 | 21 | 43 | 15 | 37 | 67 | 110 |
| Binary | 11011111 | 10111001 | 10010000 | 0 | 10001 | 100011 | 1101 | 11111 | 110111 | 1001000 |
Color Harmonies of #DFB990
Complementary color
Monochromatic Colors of #DFB990
Black with #DFB990
Text Example
Text Example
White with #DFB990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB990; }
p { color: rgb(223,185,144); }
H1.HeaderClassName
{
color: #DFB990;
}
.AnyTagClassName
{
color: #DFB990;
}
</style>
background-color css
<style>
a { background-color: #DFB990; }
a { background-color: rgb(223,185,144); }
div.DivClassName
{
background-color: #DFB990;
}
.BgClassName
{
background-color: #DFB990;
}
</style>
border-color css
<style>
span { border-color: #DFB990; }
span { border-color: rgb(223,185,144); }
td.TdClassName
{
border-color: #DFB990;
}
.TagClassName
{
border-color: #DFB990;
}
</style>