Shades of Pancho #DFB08E
Tints of Pancho #DFB08E
RGB
CMYK
RGB Variations
Color information
#DFB08E (or 0xDFB08E) is known color: Pancho. HEX triplet: DF, B0 and 8E. RGB value is (223,176,142). Sum of RGB (Red+Green+Blue) = 223+176+142=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB08E is #204F71. Grayscale: #BABABA. Windows color (decimal): -2117490 or 9351391. OLE color: 9351391.
HSL color Cylindrical-coordinate representation of color #DFB08E: hue angle of 25.19º 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 #DFB08E is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 142 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.13 |
| HSL | 25.19º | 0.56% | 0.72% | - |
| HSV(B) | 25.19º | 0.36% | 0.87% | - |
| XYZ | 50.84 | 48.69 | 32.31 | - |
| YUV | 186.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 142 | 0 | 0.21 | 0.36 | 0.13 | 25.19 | 0.56 | 0.72 |
| Hex | DF | B0 | 8E | 0 | 15 | 24 | D | 19 | 38 | 48 |
| Octal | 337 | 260 | 216 | 0 | 25 | 44 | 15 | 31 | 70 | 110 |
| Binary | 11011111 | 10110000 | 10001110 | 0 | 10101 | 100100 | 1101 | 11001 | 111000 | 1001000 |
Color Harmonies of #DFB08E
Complementary color
Monochromatic Colors of #DFB08E
Black with #DFB08E
Text Example
Text Example
White with #DFB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB08E; }
p { color: rgb(223,176,142); }
H1.HeaderClassName
{
color: #DFB08E;
}
.AnyTagClassName
{
color: #DFB08E;
}
</style>
background-color css
<style>
a { background-color: #DFB08E; }
a { background-color: rgb(223,176,142); }
div.DivClassName
{
background-color: #DFB08E;
}
.BgClassName
{
background-color: #DFB08E;
}
</style>
border-color css
<style>
span { border-color: #DFB08E; }
span { border-color: rgb(223,176,142); }
td.TdClassName
{
border-color: #DFB08E;
}
.TagClassName
{
border-color: #DFB08E;
}
</style>