Shades of Gamboge #DB8A08
Tints of Gamboge #DB8A08
RGB
CMYK
RGB Variations
Color information
#DB8A08 (or 0xDB8A08) is known color: Gamboge. HEX triplet: DB, 8A and 08. RGB value is (219,138,8). Sum of RGB (Red+Green+Blue) = 219+138+8=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8A08 is #2475F7. Grayscale: #949494. Windows color (decimal): -2389496 or 559835. OLE color: 559835.
HSL color Cylindrical-coordinate representation of color #DB8A08: hue angle of 36.97º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB8A08 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 8 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.14 |
| HSL | 36.97º | 0.93% | 0.45% | - |
| HSV(B) | 36.97º | 0.96% | 0.86% | - |
| XYZ | 38.35 | 33.25 | 4.63 | - |
| YUV | 147.4 | 49.34 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 8 | 0 | 0.37 | 0.96 | 0.14 | 36.97 | 0.93 | 0.45 |
| Hex | DB | 8A | 8 | 0 | 25 | 60 | E | 25 | 5D | 2D |
| Octal | 333 | 212 | 10 | 0 | 45 | 140 | 16 | 45 | 135 | 55 |
| Binary | 11011011 | 10001010 | 1000 | 0 | 100101 | 1100000 | 1110 | 100101 | 1011101 | 101101 |
Color Harmonies of #DB8A08
Complementary color
Monochromatic Colors of #DB8A08
Black with #DB8A08
Text Example
Text Example
White with #DB8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A08; }
p { color: rgb(219,138,8); }
H1.HeaderClassName
{
color: #DB8A08;
}
.AnyTagClassName
{
color: #DB8A08;
}
</style>
background-color css
<style>
a { background-color: #DB8A08; }
a { background-color: rgb(219,138,8); }
div.DivClassName
{
background-color: #DB8A08;
}
.BgClassName
{
background-color: #DB8A08;
}
</style>
border-color css
<style>
span { border-color: #DB8A08; }
span { border-color: rgb(219,138,8); }
td.TdClassName
{
border-color: #DB8A08;
}
.TagClassName
{
border-color: #DB8A08;
}
</style>