Shades of Pancho #DBC093
Tints of Pancho #DBC093
RGB
CMYK
RGB Variations
Color information
#DBC093 (or 0xDBC093) is known color: Pancho. HEX triplet: DB, C0 and 93. RGB value is (219,192,147). Sum of RGB (Red+Green+Blue) = 219+192+147=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC093 is #243F6C. Grayscale: #C3C3C3. Windows color (decimal): -2375533 or 9683163. OLE color: 9683163.
HSL color Cylindrical-coordinate representation of color #DBC093: hue angle of 37.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBC093 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 147 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.14 |
| HSL | 37.5º | 0.5% | 0.72% | - |
| HSV(B) | 37.5º | 0.33% | 0.86% | - |
| XYZ | 53.33 | 54.87 | 35.38 | - |
| YUV | 194.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 147 | 0 | 0.12 | 0.33 | 0.14 | 37.5 | 0.5 | 0.72 |
| Hex | DB | C0 | 93 | 0 | C | 21 | E | 26 | 32 | 48 |
| Octal | 333 | 300 | 223 | 0 | 14 | 41 | 16 | 46 | 62 | 110 |
| Binary | 11011011 | 11000000 | 10010011 | 0 | 1100 | 100001 | 1110 | 100110 | 110010 | 1001000 |
Color Harmonies of #DBC093
Complementary color
Monochromatic Colors of #DBC093
Black with #DBC093
Text Example
Text Example
White with #DBC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC093; }
p { color: rgb(219,192,147); }
H1.HeaderClassName
{
color: #DBC093;
}
.AnyTagClassName
{
color: #DBC093;
}
</style>
background-color css
<style>
a { background-color: #DBC093; }
a { background-color: rgb(219,192,147); }
div.DivClassName
{
background-color: #DBC093;
}
.BgClassName
{
background-color: #DBC093;
}
</style>
border-color css
<style>
span { border-color: #DBC093; }
span { border-color: rgb(219,192,147); }
td.TdClassName
{
border-color: #DBC093;
}
.TagClassName
{
border-color: #DBC093;
}
</style>