Shades of Pancho #DFBE98
Tints of Pancho #DFBE98
RGB
CMYK
RGB Variations
Color information
#DFBE98 (or 0xDFBE98) is known color: Pancho. HEX triplet: DF, BE and 98. RGB value is (223,190,152). Sum of RGB (Red+Green+Blue) = 223+190+152=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE98 is #204167. Grayscale: #C3C3C3. Windows color (decimal): -2113896 or 10010335. OLE color: 10010335.
HSL color Cylindrical-coordinate representation of color #DFBE98: hue angle of 32.11º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFBE98 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 152 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.13 |
| HSL | 32.11º | 0.53% | 0.74% | - |
| HSV(B) | 32.11º | 0.32% | 0.87% | - |
| XYZ | 54.51 | 54.78 | 37.41 | - |
| YUV | 195.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 152 | 0 | 0.15 | 0.32 | 0.13 | 32.11 | 0.53 | 0.74 |
| Hex | DF | BE | 98 | 0 | F | 20 | D | 20 | 35 | 4A |
| Octal | 337 | 276 | 230 | 0 | 17 | 40 | 15 | 40 | 65 | 112 |
| Binary | 11011111 | 10111110 | 10011000 | 0 | 1111 | 100000 | 1101 | 100000 | 110101 | 1001010 |
Color Harmonies of #DFBE98
Complementary color
Monochromatic Colors of #DFBE98
Black with #DFBE98
Text Example
Text Example
White with #DFBE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE98; }
p { color: rgb(223,190,152); }
H1.HeaderClassName
{
color: #DFBE98;
}
.AnyTagClassName
{
color: #DFBE98;
}
</style>
background-color css
<style>
a { background-color: #DFBE98; }
a { background-color: rgb(223,190,152); }
div.DivClassName
{
background-color: #DFBE98;
}
.BgClassName
{
background-color: #DFBE98;
}
</style>
border-color css
<style>
span { border-color: #DFBE98; }
span { border-color: rgb(223,190,152); }
td.TdClassName
{
border-color: #DFBE98;
}
.TagClassName
{
border-color: #DFBE98;
}
</style>