Shades of Gamboge #DB8A09
Tints of Gamboge #DB8A09
RGB
CMYK
RGB Variations
Color information
#DB8A09 (or 0xDB8A09) is known color: Gamboge. HEX triplet: DB, 8A and 09. RGB value is (219,138,9). Sum of RGB (Red+Green+Blue) = 219+138+9=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8A09 is #2475F6. Grayscale: #949494. Windows color (decimal): -2389495 or 625371. OLE color: 625371.
HSL color Cylindrical-coordinate representation of color #DB8A09: hue angle of 36.86º degrees, saturation: 0.92, 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 #DB8A09 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.14 |
| HSL | 36.86º | 0.92% | 0.45% | - |
| HSV(B) | 36.86º | 0.96% | 0.86% | - |
| XYZ | 38.35 | 33.26 | 4.66 | - |
| YUV | 147.51 | 49.84 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 9 | 0 | 0.37 | 0.96 | 0.14 | 36.86 | 0.92 | 0.45 |
| Hex | DB | 8A | 9 | 0 | 25 | 60 | E | 25 | 5C | 2D |
| Octal | 333 | 212 | 11 | 0 | 45 | 140 | 16 | 45 | 134 | 55 |
| Binary | 11011011 | 10001010 | 1001 | 0 | 100101 | 1100000 | 1110 | 100101 | 1011100 | 101101 |
Color Harmonies of #DB8A09
Complementary color
Monochromatic Colors of #DB8A09
Black with #DB8A09
Text Example
Text Example
White with #DB8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A09; }
p { color: rgb(219,138,9); }
H1.HeaderClassName
{
color: #DB8A09;
}
.AnyTagClassName
{
color: #DB8A09;
}
</style>
background-color css
<style>
a { background-color: #DB8A09; }
a { background-color: rgb(219,138,9); }
div.DivClassName
{
background-color: #DB8A09;
}
.BgClassName
{
background-color: #DB8A09;
}
</style>
border-color css
<style>
span { border-color: #DB8A09; }
span { border-color: rgb(219,138,9); }
td.TdClassName
{
border-color: #DB8A09;
}
.TagClassName
{
border-color: #DB8A09;
}
</style>