Shades of Gamboge #DB8A15
Tints of Gamboge #DB8A15
RGB
CMYK
RGB Variations
Color information
#DB8A15 (or 0xDB8A15) is known color: Gamboge. HEX triplet: DB, 8A and 15. RGB value is (219,138,21). Sum of RGB (Red+Green+Blue) = 219+138+21=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8A15 is #2475EA. Grayscale: #959595. Windows color (decimal): -2389483 or 1411803. OLE color: 1411803.
HSL color Cylindrical-coordinate representation of color #DB8A15: hue angle of 35.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB8A15 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.14 |
| HSL | 35.45º | 0.83% | 0.47% | - |
| HSV(B) | 35.45º | 0.9% | 0.86% | - |
| XYZ | 38.44 | 33.29 | 5.11 | - |
| YUV | 148.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 21 | 0 | 0.37 | 0.90 | 0.14 | 35.45 | 0.83 | 0.47 |
| Hex | DB | 8A | 15 | 0 | 25 | 5A | E | 23 | 52 | 2F |
| Octal | 333 | 212 | 25 | 0 | 45 | 132 | 16 | 43 | 122 | 57 |
| Binary | 11011011 | 10001010 | 10101 | 0 | 100101 | 1011010 | 1110 | 100011 | 1010010 | 101111 |
Color Harmonies of #DB8A15
Complementary color
Monochromatic Colors of #DB8A15
Black with #DB8A15
Text Example
Text Example
White with #DB8A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A15; }
p { color: rgb(219,138,21); }
H1.HeaderClassName
{
color: #DB8A15;
}
.AnyTagClassName
{
color: #DB8A15;
}
</style>
background-color css
<style>
a { background-color: #DB8A15; }
a { background-color: rgb(219,138,21); }
div.DivClassName
{
background-color: #DB8A15;
}
.BgClassName
{
background-color: #DB8A15;
}
</style>
border-color css
<style>
span { border-color: #DB8A15; }
span { border-color: rgb(219,138,21); }
td.TdClassName
{
border-color: #DB8A15;
}
.TagClassName
{
border-color: #DB8A15;
}
</style>