Shades of Gamboge #DBA202
Tints of Gamboge #DBA202
RGB
CMYK
RGB Variations
Color information
#DBA202 (or 0xDBA202) is known color: Gamboge. HEX triplet: DB, A2 and 02. RGB value is (219,162,2). Sum of RGB (Red+Green+Blue) = 219+162+2=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA202 is #245DFD. Grayscale: #A1A1A1. Windows color (decimal): -2383358 or 172763. OLE color: 172763.
HSL color Cylindrical-coordinate representation of color #DBA202: hue angle of 44.24º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBA202 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.14 |
| HSL | 44.24º | 0.98% | 0.43% | - |
| HSV(B) | 44.24º | 0.99% | 0.86% | - |
| XYZ | 42.14 | 40.91 | 5.73 | - |
| YUV | 160.8 | 38.38 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 2 | 0 | 0.26 | 0.99 | 0.14 | 44.24 | 0.98 | 0.43 |
| Hex | DB | A2 | 2 | 0 | 1A | 63 | E | 2C | 62 | 2B |
| Octal | 333 | 242 | 2 | 0 | 32 | 143 | 16 | 54 | 142 | 53 |
| Binary | 11011011 | 10100010 | 10 | 0 | 11010 | 1100011 | 1110 | 101100 | 1100010 | 101011 |
Color Harmonies of #DBA202
Complementary color
Monochromatic Colors of #DBA202
Black with #DBA202
Text Example
Text Example
White with #DBA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA202; }
p { color: rgb(219,162,2); }
H1.HeaderClassName
{
color: #DBA202;
}
.AnyTagClassName
{
color: #DBA202;
}
</style>
background-color css
<style>
a { background-color: #DBA202; }
a { background-color: rgb(219,162,2); }
div.DivClassName
{
background-color: #DBA202;
}
.BgClassName
{
background-color: #DBA202;
}
</style>
border-color css
<style>
span { border-color: #DBA202; }
span { border-color: rgb(219,162,2); }
td.TdClassName
{
border-color: #DBA202;
}
.TagClassName
{
border-color: #DBA202;
}
</style>