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