Shades of Gamboge #DB880C
Tints of Gamboge #DB880C
RGB
CMYK
RGB Variations
Color information
#DB880C (or 0xDB880C) is known color: Gamboge. HEX triplet: DB, 88 and 0C. RGB value is (219,136,12). Sum of RGB (Red+Green+Blue) = 219+136+12=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB880C is #2477F3. Grayscale: #939393. Windows color (decimal): -2390004 or 821467. OLE color: 821467.
HSL color Cylindrical-coordinate representation of color #DB880C: hue angle of 35.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB880C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.14 |
| HSL | 35.94º | 0.9% | 0.45% | - |
| HSV(B) | 35.94º | 0.95% | 0.86% | - |
| XYZ | 38.08 | 32.69 | 4.65 | - |
| YUV | 146.68 | 52 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 12 | 0 | 0.38 | 0.95 | 0.14 | 35.94 | 0.9 | 0.45 |
| Hex | DB | 88 | C | 0 | 26 | 5F | E | 24 | 5A | 2D |
| Octal | 333 | 210 | 14 | 0 | 46 | 137 | 16 | 44 | 132 | 55 |
| Binary | 11011011 | 10001000 | 1100 | 0 | 100110 | 1011111 | 1110 | 100100 | 1011010 | 101101 |
Color Harmonies of #DB880C
Complementary color
Monochromatic Colors of #DB880C
Black with #DB880C
Text Example
Text Example
White with #DB880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB880C; }
p { color: rgb(219,136,12); }
H1.HeaderClassName
{
color: #DB880C;
}
.AnyTagClassName
{
color: #DB880C;
}
</style>
background-color css
<style>
a { background-color: #DB880C; }
a { background-color: rgb(219,136,12); }
div.DivClassName
{
background-color: #DB880C;
}
.BgClassName
{
background-color: #DB880C;
}
</style>
border-color css
<style>
span { border-color: #DB880C; }
span { border-color: rgb(219,136,12); }
td.TdClassName
{
border-color: #DB880C;
}
.TagClassName
{
border-color: #DB880C;
}
</style>