Shades of Gamboge #DBAD04
Tints of Gamboge #DBAD04
RGB
CMYK
RGB Variations
Color information
#DBAD04 (or 0xDBAD04) is known color: Gamboge. HEX triplet: DB, AD and 04. RGB value is (219,173,4). Sum of RGB (Red+Green+Blue) = 219+173+4=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD04 is #2452FB. Grayscale: #A8A8A8. Windows color (decimal): -2380540 or 306651. OLE color: 306651.
HSL color Cylindrical-coordinate representation of color #DBAD04: hue angle of 47.16º 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 #DBAD04 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.14 |
| HSL | 47.16º | 0.96% | 0.44% | - |
| HSV(B) | 47.16º | 0.98% | 0.86% | - |
| XYZ | 44.18 | 44.96 | 6.46 | - |
| YUV | 167.49 | 35.74 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 4 | 0 | 0.21 | 0.98 | 0.14 | 47.16 | 0.96 | 0.44 |
| Hex | DB | AD | 4 | 0 | 15 | 62 | E | 2F | 60 | 2C |
| Octal | 333 | 255 | 4 | 0 | 25 | 142 | 16 | 57 | 140 | 54 |
| Binary | 11011011 | 10101101 | 100 | 0 | 10101 | 1100010 | 1110 | 101111 | 1100000 | 101100 |
Color Harmonies of #DBAD04
Complementary color
Monochromatic Colors of #DBAD04
Black with #DBAD04
Text Example
Text Example
White with #DBAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD04; }
p { color: rgb(219,173,4); }
H1.HeaderClassName
{
color: #DBAD04;
}
.AnyTagClassName
{
color: #DBAD04;
}
</style>
background-color css
<style>
a { background-color: #DBAD04; }
a { background-color: rgb(219,173,4); }
div.DivClassName
{
background-color: #DBAD04;
}
.BgClassName
{
background-color: #DBAD04;
}
</style>
border-color css
<style>
span { border-color: #DBAD04; }
span { border-color: rgb(219,173,4); }
td.TdClassName
{
border-color: #DBAD04;
}
.TagClassName
{
border-color: #DBAD04;
}
</style>