Shades of Gamboge #DB8B04
Tints of Gamboge #DB8B04
RGB
CMYK
RGB Variations
Color information
#DB8B04 (or 0xDB8B04) is known color: Gamboge. HEX triplet: DB, 8B and 04. RGB value is (219,139,4). Sum of RGB (Red+Green+Blue) = 219+139+4=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8B04 is #2474FB. Grayscale: #949494. Windows color (decimal): -2389244 or 297947. OLE color: 297947.
HSL color Cylindrical-coordinate representation of color #DB8B04: hue angle of 37.67º 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 #DB8B04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.14 |
| HSL | 37.67º | 0.96% | 0.44% | - |
| HSV(B) | 37.67º | 0.98% | 0.86% | - |
| XYZ | 38.47 | 33.53 | 4.56 | - |
| YUV | 147.53 | 47 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 4 | 0 | 0.37 | 0.98 | 0.14 | 37.67 | 0.96 | 0.44 |
| Hex | DB | 8B | 4 | 0 | 25 | 62 | E | 26 | 60 | 2C |
| Octal | 333 | 213 | 4 | 0 | 45 | 142 | 16 | 46 | 140 | 54 |
| Binary | 11011011 | 10001011 | 100 | 0 | 100101 | 1100010 | 1110 | 100110 | 1100000 | 101100 |
Color Harmonies of #DB8B04
Complementary color
Monochromatic Colors of #DB8B04
Black with #DB8B04
Text Example
Text Example
White with #DB8B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B04; }
p { color: rgb(219,139,4); }
H1.HeaderClassName
{
color: #DB8B04;
}
.AnyTagClassName
{
color: #DB8B04;
}
</style>
background-color css
<style>
a { background-color: #DB8B04; }
a { background-color: rgb(219,139,4); }
div.DivClassName
{
background-color: #DB8B04;
}
.BgClassName
{
background-color: #DB8B04;
}
</style>
border-color css
<style>
span { border-color: #DB8B04; }
span { border-color: rgb(219,139,4); }
td.TdClassName
{
border-color: #DB8B04;
}
.TagClassName
{
border-color: #DB8B04;
}
</style>