Shades of Gamboge #DBAC03
Tints of Gamboge #DBAC03
RGB
CMYK
RGB Variations
Color information
#DBAC03 (or 0xDBAC03) is known color: Gamboge. HEX triplet: DB, AC and 03. RGB value is (219,172,3). Sum of RGB (Red+Green+Blue) = 219+172+3=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC03 is #2453FC. Grayscale: #A7A7A7. Windows color (decimal): -2380797 or 240859. OLE color: 240859.
HSL color Cylindrical-coordinate representation of color #DBAC03: hue angle of 46.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBAC03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.14 |
| HSL | 46.94º | 0.97% | 0.44% | - |
| HSV(B) | 46.94º | 0.99% | 0.86% | - |
| XYZ | 43.98 | 44.57 | 6.37 | - |
| YUV | 166.79 | 35.57 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 3 | 0 | 0.21 | 0.99 | 0.14 | 46.94 | 0.97 | 0.44 |
| Hex | DB | AC | 3 | 0 | 15 | 63 | E | 2F | 61 | 2C |
| Octal | 333 | 254 | 3 | 0 | 25 | 143 | 16 | 57 | 141 | 54 |
| Binary | 11011011 | 10101100 | 11 | 0 | 10101 | 1100011 | 1110 | 101111 | 1100001 | 101100 |
Color Harmonies of #DBAC03
Complementary color
Monochromatic Colors of #DBAC03
Black with #DBAC03
Text Example
Text Example
White with #DBAC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC03; }
p { color: rgb(219,172,3); }
H1.HeaderClassName
{
color: #DBAC03;
}
.AnyTagClassName
{
color: #DBAC03;
}
</style>
background-color css
<style>
a { background-color: #DBAC03; }
a { background-color: rgb(219,172,3); }
div.DivClassName
{
background-color: #DBAC03;
}
.BgClassName
{
background-color: #DBAC03;
}
</style>
border-color css
<style>
span { border-color: #DBAC03; }
span { border-color: rgb(219,172,3); }
td.TdClassName
{
border-color: #DBAC03;
}
.TagClassName
{
border-color: #DBAC03;
}
</style>