Shades of Pancho #DFBE99
Tints of Pancho #DFBE99
RGB
CMYK
RGB Variations
Color information
#DFBE99 (or 0xDFBE99) is known color: Pancho. HEX triplet: DF, BE and 99. RGB value is (223,190,153). Sum of RGB (Red+Green+Blue) = 223+190+153=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE99 is #204166. Grayscale: #C3C3C3. Windows color (decimal): -2113895 or 10075871. OLE color: 10075871.
HSL color Cylindrical-coordinate representation of color #DFBE99: hue angle of 31.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFBE99 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 153 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.13 |
| HSL | 31.71º | 0.52% | 0.74% | - |
| HSV(B) | 31.71º | 0.31% | 0.87% | - |
| XYZ | 54.59 | 54.81 | 37.84 | - |
| YUV | 195.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 153 | 0 | 0.15 | 0.31 | 0.13 | 31.71 | 0.52 | 0.74 |
| Hex | DF | BE | 99 | 0 | F | 1F | D | 20 | 34 | 4A |
| Octal | 337 | 276 | 231 | 0 | 17 | 37 | 15 | 40 | 64 | 112 |
| Binary | 11011111 | 10111110 | 10011001 | 0 | 1111 | 11111 | 1101 | 100000 | 110100 | 1001010 |
Color Harmonies of #DFBE99
Complementary color
Monochromatic Colors of #DFBE99
Black with #DFBE99
Text Example
Text Example
White with #DFBE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE99; }
p { color: rgb(223,190,153); }
H1.HeaderClassName
{
color: #DFBE99;
}
.AnyTagClassName
{
color: #DFBE99;
}
</style>
background-color css
<style>
a { background-color: #DFBE99; }
a { background-color: rgb(223,190,153); }
div.DivClassName
{
background-color: #DFBE99;
}
.BgClassName
{
background-color: #DFBE99;
}
</style>
border-color css
<style>
span { border-color: #DFBE99; }
span { border-color: rgb(223,190,153); }
td.TdClassName
{
border-color: #DFBE99;
}
.TagClassName
{
border-color: #DFBE99;
}
</style>