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