Shades of Gamboge #DB880B
Tints of Gamboge #DB880B
RGB
CMYK
RGB Variations
Color information
#DB880B (or 0xDB880B) is known color: Gamboge. HEX triplet: DB, 88 and 0B. RGB value is (219,136,11). Sum of RGB (Red+Green+Blue) = 219+136+11=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB880B is #2477F4. Grayscale: #939393. Windows color (decimal): -2390005 or 755931. OLE color: 755931.
HSL color Cylindrical-coordinate representation of color #DB880B: hue angle of 36.06º 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 #DB880B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.14 |
| HSL | 36.06º | 0.9% | 0.45% | - |
| HSV(B) | 36.06º | 0.95% | 0.86% | - |
| XYZ | 38.08 | 32.69 | 4.62 | - |
| YUV | 146.57 | 51.5 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 11 | 0 | 0.38 | 0.95 | 0.14 | 36.06 | 0.9 | 0.45 |
| Hex | DB | 88 | B | 0 | 26 | 5F | E | 24 | 5A | 2D |
| Octal | 333 | 210 | 13 | 0 | 46 | 137 | 16 | 44 | 132 | 55 |
| Binary | 11011011 | 10001000 | 1011 | 0 | 100110 | 1011111 | 1110 | 100100 | 1011010 | 101101 |
Color Harmonies of #DB880B
Complementary color
Monochromatic Colors of #DB880B
Black with #DB880B
Text Example
Text Example
White with #DB880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB880B; }
p { color: rgb(219,136,11); }
H1.HeaderClassName
{
color: #DB880B;
}
.AnyTagClassName
{
color: #DB880B;
}
</style>
background-color css
<style>
a { background-color: #DB880B; }
a { background-color: rgb(219,136,11); }
div.DivClassName
{
background-color: #DB880B;
}
.BgClassName
{
background-color: #DB880B;
}
</style>
border-color css
<style>
span { border-color: #DB880B; }
span { border-color: rgb(219,136,11); }
td.TdClassName
{
border-color: #DB880B;
}
.TagClassName
{
border-color: #DB880B;
}
</style>