Shades of Pancho #DFB88F
Tints of Pancho #DFB88F
RGB
CMYK
RGB Variations
Color information
#DFB88F (or 0xDFB88F) is known color: Pancho. HEX triplet: DF, B8 and 8F. RGB value is (223,184,143). Sum of RGB (Red+Green+Blue) = 223+184+143=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB88F is #204770. Grayscale: #BFBFBF. Windows color (decimal): -2115441 or 9418975. OLE color: 9418975.
HSL color Cylindrical-coordinate representation of color #DFB88F: hue angle of 30.75º 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 #DFB88F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 143 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.13 |
| HSL | 30.75º | 0.56% | 0.72% | - |
| HSV(B) | 30.75º | 0.36% | 0.87% | - |
| XYZ | 52.53 | 51.95 | 33.25 | - |
| YUV | 190.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 143 | 0 | 0.17 | 0.36 | 0.13 | 30.75 | 0.56 | 0.72 |
| Hex | DF | B8 | 8F | 0 | 11 | 24 | D | 1F | 38 | 48 |
| Octal | 337 | 270 | 217 | 0 | 21 | 44 | 15 | 37 | 70 | 110 |
| Binary | 11011111 | 10111000 | 10001111 | 0 | 10001 | 100100 | 1101 | 11111 | 111000 | 1001000 |
Color Harmonies of #DFB88F
Complementary color
Monochromatic Colors of #DFB88F
Black with #DFB88F
Text Example
Text Example
White with #DFB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB88F; }
p { color: rgb(223,184,143); }
H1.HeaderClassName
{
color: #DFB88F;
}
.AnyTagClassName
{
color: #DFB88F;
}
</style>
background-color css
<style>
a { background-color: #DFB88F; }
a { background-color: rgb(223,184,143); }
div.DivClassName
{
background-color: #DFB88F;
}
.BgClassName
{
background-color: #DFB88F;
}
</style>
border-color css
<style>
span { border-color: #DFB88F; }
span { border-color: rgb(223,184,143); }
td.TdClassName
{
border-color: #DFB88F;
}
.TagClassName
{
border-color: #DFB88F;
}
</style>