Shades of Gamboge #DBAB03
Tints of Gamboge #DBAB03
RGB
CMYK
RGB Variations
Color information
#DBAB03 (or 0xDBAB03) is known color: Gamboge. HEX triplet: DB, AB and 03. RGB value is (219,171,3). Sum of RGB (Red+Green+Blue) = 219+171+3=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB03 is #2454FC. Grayscale: #A6A6A6. Windows color (decimal): -2381053 or 240603. OLE color: 240603.
HSL color Cylindrical-coordinate representation of color #DBAB03: hue angle of 46.67º 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 #DBAB03 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.14 |
| HSL | 46.67º | 0.97% | 0.44% | - |
| HSV(B) | 46.67º | 0.99% | 0.86% | - |
| XYZ | 43.79 | 44.19 | 6.31 | - |
| YUV | 166.2 | 35.9 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 3 | 0 | 0.22 | 0.99 | 0.14 | 46.67 | 0.97 | 0.44 |
| Hex | DB | AB | 3 | 0 | 16 | 63 | E | 2F | 61 | 2C |
| Octal | 333 | 253 | 3 | 0 | 26 | 143 | 16 | 57 | 141 | 54 |
| Binary | 11011011 | 10101011 | 11 | 0 | 10110 | 1100011 | 1110 | 101111 | 1100001 | 101100 |
Color Harmonies of #DBAB03
Complementary color
Monochromatic Colors of #DBAB03
Black with #DBAB03
Text Example
Text Example
White with #DBAB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB03; }
p { color: rgb(219,171,3); }
H1.HeaderClassName
{
color: #DBAB03;
}
.AnyTagClassName
{
color: #DBAB03;
}
</style>
background-color css
<style>
a { background-color: #DBAB03; }
a { background-color: rgb(219,171,3); }
div.DivClassName
{
background-color: #DBAB03;
}
.BgClassName
{
background-color: #DBAB03;
}
</style>
border-color css
<style>
span { border-color: #DBAB03; }
span { border-color: rgb(219,171,3); }
td.TdClassName
{
border-color: #DBAB03;
}
.TagClassName
{
border-color: #DBAB03;
}
</style>