Shades of Pancho #DFBD93
Tints of Pancho #DFBD93
RGB
CMYK
RGB Variations
Color information
#DFBD93 (or 0xDFBD93) is known color: Pancho. HEX triplet: DF, BD and 93. RGB value is (223,189,147). Sum of RGB (Red+Green+Blue) = 223+189+147=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD93 is #20426C. Grayscale: #C2C2C2. Windows color (decimal): -2114157 or 9682399. OLE color: 9682399.
HSL color Cylindrical-coordinate representation of color #DFBD93: hue angle of 33.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFBD93 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 147 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.13 |
| HSL | 33.16º | 0.54% | 0.73% | - |
| HSV(B) | 33.16º | 0.34% | 0.87% | - |
| XYZ | 53.9 | 54.19 | 35.22 | - |
| YUV | 194.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 147 | 0 | 0.15 | 0.34 | 0.13 | 33.16 | 0.54 | 0.73 |
| Hex | DF | BD | 93 | 0 | F | 22 | D | 21 | 36 | 49 |
| Octal | 337 | 275 | 223 | 0 | 17 | 42 | 15 | 41 | 66 | 111 |
| Binary | 11011111 | 10111101 | 10010011 | 0 | 1111 | 100010 | 1101 | 100001 | 110110 | 1001001 |
Color Harmonies of #DFBD93
Complementary color
Monochromatic Colors of #DFBD93
Black with #DFBD93
Text Example
Text Example
White with #DFBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD93; }
p { color: rgb(223,189,147); }
H1.HeaderClassName
{
color: #DFBD93;
}
.AnyTagClassName
{
color: #DFBD93;
}
</style>
background-color css
<style>
a { background-color: #DFBD93; }
a { background-color: rgb(223,189,147); }
div.DivClassName
{
background-color: #DFBD93;
}
.BgClassName
{
background-color: #DFBD93;
}
</style>
border-color css
<style>
span { border-color: #DFBD93; }
span { border-color: rgb(223,189,147); }
td.TdClassName
{
border-color: #DFBD93;
}
.TagClassName
{
border-color: #DFBD93;
}
</style>