Shades of Gamboge #DBA900
Tints of Gamboge #DBA900
RGB
CMYK
RGB Variations
Color information
#DBA900 (or 0xDBA900) is known color: Gamboge. HEX triplet: DB, A9 and 00. RGB value is (219,169,0). Sum of RGB (Red+Green+Blue) = 219+169+0=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA900 is #2456FF. Grayscale: #A5A5A5. Windows color (decimal): -2381568 or 43483. OLE color: 43483.
HSL color Cylindrical-coordinate representation of color #DBA900: hue angle of 46.3º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBA900 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.14 |
| HSL | 46.3º | 1% | 0.43% | - |
| HSV(B) | 46.3º | 1% | 0.86% | - |
| XYZ | 43.4 | 43.44 | 6.1 | - |
| YUV | 164.68 | 35.07 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 0 | 0 | 0.23 | 1 | 0.14 | 46.3 | 1 | 0.43 |
| Hex | DB | A9 | 0 | 0 | 17 | 64 | E | 2E | 64 | 2B |
| Octal | 333 | 251 | 0 | 0 | 27 | 144 | 16 | 56 | 144 | 53 |
| Binary | 11011011 | 10101001 | 0 | 0 | 10111 | 1100100 | 1110 | 101110 | 1100100 | 101011 |
Color Harmonies of #DBA900
Complementary color
Monochromatic Colors of #DBA900
Black with #DBA900
Text Example
Text Example
White with #DBA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA900; }
p { color: rgb(219,169,0); }
H1.HeaderClassName
{
color: #DBA900;
}
.AnyTagClassName
{
color: #DBA900;
}
</style>
background-color css
<style>
a { background-color: #DBA900; }
a { background-color: rgb(219,169,0); }
div.DivClassName
{
background-color: #DBA900;
}
.BgClassName
{
background-color: #DBA900;
}
</style>
border-color css
<style>
span { border-color: #DBA900; }
span { border-color: rgb(219,169,0); }
td.TdClassName
{
border-color: #DBA900;
}
.TagClassName
{
border-color: #DBA900;
}
</style>