Shades of Gamboge #DB880A
Tints of Gamboge #DB880A
RGB
CMYK
RGB Variations
Color information
#DB880A (or 0xDB880A) is known color: Gamboge. HEX triplet: DB, 88 and 0A. RGB value is (219,136,10). Sum of RGB (Red+Green+Blue) = 219+136+10=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB880A is #2477F5. Grayscale: #939393. Windows color (decimal): -2390006 or 690395. OLE color: 690395.
HSL color Cylindrical-coordinate representation of color #DB880A: hue angle of 36.17º degrees, saturation: 0.91, 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 #DB880A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.14 |
| HSL | 36.17º | 0.91% | 0.45% | - |
| HSV(B) | 36.17º | 0.95% | 0.86% | - |
| XYZ | 38.07 | 32.69 | 4.59 | - |
| YUV | 146.45 | 51 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 10 | 0 | 0.38 | 0.95 | 0.14 | 36.17 | 0.91 | 0.45 |
| Hex | DB | 88 | A | 0 | 26 | 5F | E | 24 | 5B | 2D |
| Octal | 333 | 210 | 12 | 0 | 46 | 137 | 16 | 44 | 133 | 55 |
| Binary | 11011011 | 10001000 | 1010 | 0 | 100110 | 1011111 | 1110 | 100100 | 1011011 | 101101 |
Color Harmonies of #DB880A
Complementary color
Monochromatic Colors of #DB880A
Black with #DB880A
Text Example
Text Example
White with #DB880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB880A; }
p { color: rgb(219,136,10); }
H1.HeaderClassName
{
color: #DB880A;
}
.AnyTagClassName
{
color: #DB880A;
}
</style>
background-color css
<style>
a { background-color: #DB880A; }
a { background-color: rgb(219,136,10); }
div.DivClassName
{
background-color: #DB880A;
}
.BgClassName
{
background-color: #DB880A;
}
</style>
border-color css
<style>
span { border-color: #DB880A; }
span { border-color: rgb(219,136,10); }
td.TdClassName
{
border-color: #DB880A;
}
.TagClassName
{
border-color: #DB880A;
}
</style>