Shades of Pancho #DFBD8F
Tints of Pancho #DFBD8F
RGB
CMYK
RGB Variations
Color information
#DFBD8F (or 0xDFBD8F) is known color: Pancho. HEX triplet: DF, BD and 8F. RGB value is (223,189,143). Sum of RGB (Red+Green+Blue) = 223+189+143=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD8F is #204270. Grayscale: #C2C2C2. Windows color (decimal): -2114161 or 9420255. OLE color: 9420255.
HSL color Cylindrical-coordinate representation of color #DFBD8F: hue angle of 34.5º 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 #DFBD8F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 143 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.13 |
| HSL | 34.5º | 0.56% | 0.72% | - |
| HSV(B) | 34.5º | 0.36% | 0.87% | - |
| XYZ | 53.59 | 54.07 | 33.6 | - |
| YUV | 193.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 143 | 0 | 0.15 | 0.36 | 0.13 | 34.5 | 0.56 | 0.72 |
| Hex | DF | BD | 8F | 0 | F | 24 | D | 22 | 38 | 48 |
| Octal | 337 | 275 | 217 | 0 | 17 | 44 | 15 | 42 | 70 | 110 |
| Binary | 11011111 | 10111101 | 10001111 | 0 | 1111 | 100100 | 1101 | 100010 | 111000 | 1001000 |
Color Harmonies of #DFBD8F
Complementary color
Monochromatic Colors of #DFBD8F
Black with #DFBD8F
Text Example
Text Example
White with #DFBD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD8F; }
p { color: rgb(223,189,143); }
H1.HeaderClassName
{
color: #DFBD8F;
}
.AnyTagClassName
{
color: #DFBD8F;
}
</style>
background-color css
<style>
a { background-color: #DFBD8F; }
a { background-color: rgb(223,189,143); }
div.DivClassName
{
background-color: #DFBD8F;
}
.BgClassName
{
background-color: #DFBD8F;
}
</style>
border-color css
<style>
span { border-color: #DFBD8F; }
span { border-color: rgb(223,189,143); }
td.TdClassName
{
border-color: #DFBD8F;
}
.TagClassName
{
border-color: #DFBD8F;
}
</style>