Shades of Pancho #DFBE8F
Tints of Pancho #DFBE8F
RGB
CMYK
RGB Variations
Color information
#DFBE8F (or 0xDFBE8F) is known color: Pancho. HEX triplet: DF, BE and 8F. RGB value is (223,190,143). Sum of RGB (Red+Green+Blue) = 223+190+143=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE8F is #204170. Grayscale: #C2C2C2. Windows color (decimal): -2113905 or 9420511. OLE color: 9420511.
HSL color Cylindrical-coordinate representation of color #DFBE8F: hue angle of 35.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFBE8F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 143 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.13 |
| HSL | 35.25º | 0.56% | 0.72% | - |
| HSV(B) | 35.25º | 0.36% | 0.87% | - |
| XYZ | 53.8 | 54.5 | 33.67 | - |
| YUV | 194.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 143 | 0 | 0.15 | 0.36 | 0.13 | 35.25 | 0.56 | 0.72 |
| Hex | DF | BE | 8F | 0 | F | 24 | D | 23 | 38 | 48 |
| Octal | 337 | 276 | 217 | 0 | 17 | 44 | 15 | 43 | 70 | 110 |
| Binary | 11011111 | 10111110 | 10001111 | 0 | 1111 | 100100 | 1101 | 100011 | 111000 | 1001000 |
Color Harmonies of #DFBE8F
Complementary color
Monochromatic Colors of #DFBE8F
Black with #DFBE8F
Text Example
Text Example
White with #DFBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE8F; }
p { color: rgb(223,190,143); }
H1.HeaderClassName
{
color: #DFBE8F;
}
.AnyTagClassName
{
color: #DFBE8F;
}
</style>
background-color css
<style>
a { background-color: #DFBE8F; }
a { background-color: rgb(223,190,143); }
div.DivClassName
{
background-color: #DFBE8F;
}
.BgClassName
{
background-color: #DFBE8F;
}
</style>
border-color css
<style>
span { border-color: #DFBE8F; }
span { border-color: rgb(223,190,143); }
td.TdClassName
{
border-color: #DFBE8F;
}
.TagClassName
{
border-color: #DFBE8F;
}
</style>