Shades of Gamboge #DBA312
Tints of Gamboge #DBA312
RGB
CMYK
RGB Variations
Color information
#DBA312 (or 0xDBA312) is known color: Gamboge. HEX triplet: DB, A3 and 12. RGB value is (219,163,18). Sum of RGB (Red+Green+Blue) = 219+163+18=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA312 is #245CED. Grayscale: #A3A3A3. Windows color (decimal): -2383086 or 1221595. OLE color: 1221595.
HSL color Cylindrical-coordinate representation of color #DBA312: hue angle of 43.28º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBA312 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 18 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.14 |
| HSL | 43.28º | 0.85% | 0.46% | - |
| HSV(B) | 43.28º | 0.92% | 0.86% | - |
| XYZ | 42.42 | 41.3 | 6.31 | - |
| YUV | 163.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 18 | 0 | 0.26 | 0.92 | 0.14 | 43.28 | 0.85 | 0.46 |
| Hex | DB | A3 | 12 | 0 | 1A | 5C | E | 2B | 55 | 2E |
| Octal | 333 | 243 | 22 | 0 | 32 | 134 | 16 | 53 | 125 | 56 |
| Binary | 11011011 | 10100011 | 10010 | 0 | 11010 | 1011100 | 1110 | 101011 | 1010101 | 101110 |
Color Harmonies of #DBA312
Complementary color
Monochromatic Colors of #DBA312
Black with #DBA312
Text Example
Text Example
White with #DBA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA312; }
p { color: rgb(219,163,18); }
H1.HeaderClassName
{
color: #DBA312;
}
.AnyTagClassName
{
color: #DBA312;
}
</style>
background-color css
<style>
a { background-color: #DBA312; }
a { background-color: rgb(219,163,18); }
div.DivClassName
{
background-color: #DBA312;
}
.BgClassName
{
background-color: #DBA312;
}
</style>
border-color css
<style>
span { border-color: #DBA312; }
span { border-color: rgb(219,163,18); }
td.TdClassName
{
border-color: #DBA312;
}
.TagClassName
{
border-color: #DBA312;
}
</style>