Shades of Gamboge #DB880F
Tints of Gamboge #DB880F
RGB
CMYK
RGB Variations
Color information
#DB880F (or 0xDB880F) is known color: Gamboge. HEX triplet: DB, 88 and 0F. RGB value is (219,136,15). Sum of RGB (Red+Green+Blue) = 219+136+15=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB880F is #2477F0. Grayscale: #939393. Windows color (decimal): -2390001 or 1018075. OLE color: 1018075.
HSL color Cylindrical-coordinate representation of color #DB880F: hue angle of 35.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB880F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 15 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.14 |
| HSL | 35.59º | 0.87% | 0.46% | - |
| HSV(B) | 35.59º | 0.93% | 0.86% | - |
| XYZ | 38.1 | 32.7 | 4.76 | - |
| YUV | 147.02 | 53.5 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 15 | 0 | 0.38 | 0.93 | 0.14 | 35.59 | 0.87 | 0.46 |
| Hex | DB | 88 | F | 0 | 26 | 5D | E | 24 | 57 | 2E |
| Octal | 333 | 210 | 17 | 0 | 46 | 135 | 16 | 44 | 127 | 56 |
| Binary | 11011011 | 10001000 | 1111 | 0 | 100110 | 1011101 | 1110 | 100100 | 1010111 | 101110 |
Color Harmonies of #DB880F
Complementary color
Monochromatic Colors of #DB880F
Black with #DB880F
Text Example
Text Example
White with #DB880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB880F; }
p { color: rgb(219,136,15); }
H1.HeaderClassName
{
color: #DB880F;
}
.AnyTagClassName
{
color: #DB880F;
}
</style>
background-color css
<style>
a { background-color: #DB880F; }
a { background-color: rgb(219,136,15); }
div.DivClassName
{
background-color: #DB880F;
}
.BgClassName
{
background-color: #DB880F;
}
</style>
border-color css
<style>
span { border-color: #DB880F; }
span { border-color: rgb(219,136,15); }
td.TdClassName
{
border-color: #DB880F;
}
.TagClassName
{
border-color: #DB880F;
}
</style>