Shades of Pancho #DFBE90
Tints of Pancho #DFBE90
RGB
CMYK
RGB Variations
Color information
#DFBE90 (or 0xDFBE90) is known color: Pancho. HEX triplet: DF, BE and 90. RGB value is (223,190,144). Sum of RGB (Red+Green+Blue) = 223+190+144=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE90 is #20416F. Grayscale: #C2C2C2. Windows color (decimal): -2113904 or 9486047. OLE color: 9486047.
HSL color Cylindrical-coordinate representation of color #DFBE90: hue angle of 34.94º 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 #DFBE90 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 144 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.13 |
| HSL | 34.94º | 0.55% | 0.72% | - |
| HSV(B) | 34.94º | 0.35% | 0.87% | - |
| XYZ | 53.88 | 54.53 | 34.07 | - |
| YUV | 194.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 144 | 0 | 0.15 | 0.35 | 0.13 | 34.94 | 0.55 | 0.72 |
| Hex | DF | BE | 90 | 0 | F | 23 | D | 23 | 37 | 48 |
| Octal | 337 | 276 | 220 | 0 | 17 | 43 | 15 | 43 | 67 | 110 |
| Binary | 11011111 | 10111110 | 10010000 | 0 | 1111 | 100011 | 1101 | 100011 | 110111 | 1001000 |
Color Harmonies of #DFBE90
Complementary color
Monochromatic Colors of #DFBE90
Black with #DFBE90
Text Example
Text Example
White with #DFBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE90; }
p { color: rgb(223,190,144); }
H1.HeaderClassName
{
color: #DFBE90;
}
.AnyTagClassName
{
color: #DFBE90;
}
</style>
background-color css
<style>
a { background-color: #DFBE90; }
a { background-color: rgb(223,190,144); }
div.DivClassName
{
background-color: #DFBE90;
}
.BgClassName
{
background-color: #DFBE90;
}
</style>
border-color css
<style>
span { border-color: #DFBE90; }
span { border-color: rgb(223,190,144); }
td.TdClassName
{
border-color: #DFBE90;
}
.TagClassName
{
border-color: #DFBE90;
}
</style>