Shades of Pancho #DFBE9C
Tints of Pancho #DFBE9C
RGB
CMYK
RGB Variations
Color information
#DFBE9C (or 0xDFBE9C) is known color: Pancho. HEX triplet: DF, BE and 9C. RGB value is (223,190,156). Sum of RGB (Red+Green+Blue) = 223+190+156=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE9C is #204163. Grayscale: #C4C4C4. Windows color (decimal): -2113892 or 10272479. OLE color: 10272479.
HSL color Cylindrical-coordinate representation of color #DFBE9C: hue angle of 30.45º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFBE9C is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 156 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.13 |
| HSL | 30.45º | 0.51% | 0.74% | - |
| HSV(B) | 30.45º | 0.3% | 0.87% | - |
| XYZ | 54.85 | 54.92 | 39.16 | - |
| YUV | 195.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 156 | 0 | 0.15 | 0.30 | 0.13 | 30.45 | 0.51 | 0.74 |
| Hex | DF | BE | 9C | 0 | F | 1E | D | 1E | 33 | 4A |
| Octal | 337 | 276 | 234 | 0 | 17 | 36 | 15 | 36 | 63 | 112 |
| Binary | 11011111 | 10111110 | 10011100 | 0 | 1111 | 11110 | 1101 | 11110 | 110011 | 1001010 |
Color Harmonies of #DFBE9C
Complementary color
Monochromatic Colors of #DFBE9C
Black with #DFBE9C
Text Example
Text Example
White with #DFBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE9C; }
p { color: rgb(223,190,156); }
H1.HeaderClassName
{
color: #DFBE9C;
}
.AnyTagClassName
{
color: #DFBE9C;
}
</style>
background-color css
<style>
a { background-color: #DFBE9C; }
a { background-color: rgb(223,190,156); }
div.DivClassName
{
background-color: #DFBE9C;
}
.BgClassName
{
background-color: #DFBE9C;
}
</style>
border-color css
<style>
span { border-color: #DFBE9C; }
span { border-color: rgb(223,190,156); }
td.TdClassName
{
border-color: #DFBE9C;
}
.TagClassName
{
border-color: #DFBE9C;
}
</style>