Shades of Gamboge #DBA102
Tints of Gamboge #DBA102
RGB
CMYK
RGB Variations
Color information
#DBA102 (or 0xDBA102) is known color: Gamboge. HEX triplet: DB, A1 and 02. RGB value is (219,161,2). Sum of RGB (Red+Green+Blue) = 219+161+2=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA102 is #245EFD. Grayscale: #A0A0A0. Windows color (decimal): -2383614 or 172507. OLE color: 172507.
HSL color Cylindrical-coordinate representation of color #DBA102: hue angle of 43.96º 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 #DBA102 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.14 |
| HSL | 43.96º | 0.98% | 0.43% | - |
| HSV(B) | 43.96º | 0.99% | 0.86% | - |
| XYZ | 41.97 | 40.55 | 5.67 | - |
| YUV | 160.22 | 38.72 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 2 | 0 | 0.26 | 0.99 | 0.14 | 43.96 | 0.98 | 0.43 |
| Hex | DB | A1 | 2 | 0 | 1A | 63 | E | 2C | 62 | 2B |
| Octal | 333 | 241 | 2 | 0 | 32 | 143 | 16 | 54 | 142 | 53 |
| Binary | 11011011 | 10100001 | 10 | 0 | 11010 | 1100011 | 1110 | 101100 | 1100010 | 101011 |
Color Harmonies of #DBA102
Complementary color
Monochromatic Colors of #DBA102
Black with #DBA102
Text Example
Text Example
White with #DBA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA102; }
p { color: rgb(219,161,2); }
H1.HeaderClassName
{
color: #DBA102;
}
.AnyTagClassName
{
color: #DBA102;
}
</style>
background-color css
<style>
a { background-color: #DBA102; }
a { background-color: rgb(219,161,2); }
div.DivClassName
{
background-color: #DBA102;
}
.BgClassName
{
background-color: #DBA102;
}
</style>
border-color css
<style>
span { border-color: #DBA102; }
span { border-color: rgb(219,161,2); }
td.TdClassName
{
border-color: #DBA102;
}
.TagClassName
{
border-color: #DBA102;
}
</style>