Shades of Gamboge #DB8A05
Tints of Gamboge #DB8A05
RGB
CMYK
RGB Variations
Color information
#DB8A05 (or 0xDB8A05) is known color: Gamboge. HEX triplet: DB, 8A and 05. RGB value is (219,138,5). Sum of RGB (Red+Green+Blue) = 219+138+5=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8A05 is #2475FA. Grayscale: #939393. Windows color (decimal): -2389499 or 363227. OLE color: 363227.
HSL color Cylindrical-coordinate representation of color #DB8A05: hue angle of 37.29º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB8A05 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.14 |
| HSL | 37.29º | 0.96% | 0.44% | - |
| HSV(B) | 37.29º | 0.98% | 0.86% | - |
| XYZ | 38.33 | 33.25 | 4.54 | - |
| YUV | 147.06 | 47.84 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 5 | 0 | 0.37 | 0.98 | 0.14 | 37.29 | 0.96 | 0.44 |
| Hex | DB | 8A | 5 | 0 | 25 | 62 | E | 25 | 60 | 2C |
| Octal | 333 | 212 | 5 | 0 | 45 | 142 | 16 | 45 | 140 | 54 |
| Binary | 11011011 | 10001010 | 101 | 0 | 100101 | 1100010 | 1110 | 100101 | 1100000 | 101100 |
Color Harmonies of #DB8A05
Complementary color
Monochromatic Colors of #DB8A05
Black with #DB8A05
Text Example
Text Example
White with #DB8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A05; }
p { color: rgb(219,138,5); }
H1.HeaderClassName
{
color: #DB8A05;
}
.AnyTagClassName
{
color: #DB8A05;
}
</style>
background-color css
<style>
a { background-color: #DB8A05; }
a { background-color: rgb(219,138,5); }
div.DivClassName
{
background-color: #DB8A05;
}
.BgClassName
{
background-color: #DB8A05;
}
</style>
border-color css
<style>
span { border-color: #DB8A05; }
span { border-color: rgb(219,138,5); }
td.TdClassName
{
border-color: #DB8A05;
}
.TagClassName
{
border-color: #DB8A05;
}
</style>