Shades of Gamboge #DB8D05
Tints of Gamboge #DB8D05
RGB
CMYK
RGB Variations
Color information
#DB8D05 (or 0xDB8D05) is known color: Gamboge. HEX triplet: DB, 8D and 05. RGB value is (219,141,5). Sum of RGB (Red+Green+Blue) = 219+141+5=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8D05 is #2472FA. Grayscale: #959595. Windows color (decimal): -2388731 or 363995. OLE color: 363995.
HSL color Cylindrical-coordinate representation of color #DB8D05: hue angle of 38.13º 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 #DB8D05 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.14 |
| HSL | 38.13º | 0.96% | 0.44% | - |
| HSV(B) | 38.13º | 0.98% | 0.86% | - |
| XYZ | 38.77 | 34.12 | 4.69 | - |
| YUV | 148.82 | 46.84 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 5 | 0 | 0.36 | 0.98 | 0.14 | 38.13 | 0.96 | 0.44 |
| Hex | DB | 8D | 5 | 0 | 24 | 62 | E | 26 | 60 | 2C |
| Octal | 333 | 215 | 5 | 0 | 44 | 142 | 16 | 46 | 140 | 54 |
| Binary | 11011011 | 10001101 | 101 | 0 | 100100 | 1100010 | 1110 | 100110 | 1100000 | 101100 |
Color Harmonies of #DB8D05
Complementary color
Monochromatic Colors of #DB8D05
Black with #DB8D05
Text Example
Text Example
White with #DB8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D05; }
p { color: rgb(219,141,5); }
H1.HeaderClassName
{
color: #DB8D05;
}
.AnyTagClassName
{
color: #DB8D05;
}
</style>
background-color css
<style>
a { background-color: #DB8D05; }
a { background-color: rgb(219,141,5); }
div.DivClassName
{
background-color: #DB8D05;
}
.BgClassName
{
background-color: #DB8D05;
}
</style>
border-color css
<style>
span { border-color: #DB8D05; }
span { border-color: rgb(219,141,5); }
td.TdClassName
{
border-color: #DB8D05;
}
.TagClassName
{
border-color: #DB8D05;
}
</style>