Shades of Gamboge #DBA40B
Tints of Gamboge #DBA40B
RGB
CMYK
RGB Variations
Color information
#DBA40B (or 0xDBA40B) is known color: Gamboge. HEX triplet: DB, A4 and 0B. RGB value is (219,164,11). Sum of RGB (Red+Green+Blue) = 219+164+11=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA40B is #245BF4. Grayscale: #A3A3A3. Windows color (decimal): -2382837 or 763099. OLE color: 763099.
HSL color Cylindrical-coordinate representation of color #DBA40B: hue angle of 44.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBA40B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.14 |
| HSL | 44.13º | 0.9% | 0.45% | - |
| HSV(B) | 44.13º | 0.95% | 0.86% | - |
| XYZ | 42.55 | 41.64 | 6.11 | - |
| YUV | 163 | 42.22 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 11 | 0 | 0.25 | 0.95 | 0.14 | 44.13 | 0.9 | 0.45 |
| Hex | DB | A4 | B | 0 | 19 | 5F | E | 2C | 5A | 2D |
| Octal | 333 | 244 | 13 | 0 | 31 | 137 | 16 | 54 | 132 | 55 |
| Binary | 11011011 | 10100100 | 1011 | 0 | 11001 | 1011111 | 1110 | 101100 | 1011010 | 101101 |
Color Harmonies of #DBA40B
Complementary color
Monochromatic Colors of #DBA40B
Black with #DBA40B
Text Example
Text Example
White with #DBA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA40B; }
p { color: rgb(219,164,11); }
H1.HeaderClassName
{
color: #DBA40B;
}
.AnyTagClassName
{
color: #DBA40B;
}
</style>
background-color css
<style>
a { background-color: #DBA40B; }
a { background-color: rgb(219,164,11); }
div.DivClassName
{
background-color: #DBA40B;
}
.BgClassName
{
background-color: #DBA40B;
}
</style>
border-color css
<style>
span { border-color: #DBA40B; }
span { border-color: rgb(219,164,11); }
td.TdClassName
{
border-color: #DBA40B;
}
.TagClassName
{
border-color: #DBA40B;
}
</style>