Shades of Gamboge #DBAE03
Tints of Gamboge #DBAE03
RGB
CMYK
RGB Variations
Color information
#DBAE03 (or 0xDBAE03) is known color: Gamboge. HEX triplet: DB, AE and 03. RGB value is (219,174,3). Sum of RGB (Red+Green+Blue) = 219+174+3=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE03 is #2451FC. Grayscale: #A8A8A8. Windows color (decimal): -2380285 or 241371. OLE color: 241371.
HSL color Cylindrical-coordinate representation of color #DBAE03: hue angle of 47.5º 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 #DBAE03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.14 |
| HSL | 47.5º | 0.97% | 0.44% | - |
| HSV(B) | 47.5º | 0.99% | 0.86% | - |
| XYZ | 44.37 | 45.34 | 6.5 | - |
| YUV | 167.96 | 34.91 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 3 | 0 | 0.21 | 0.99 | 0.14 | 47.5 | 0.97 | 0.44 |
| Hex | DB | AE | 3 | 0 | 15 | 63 | E | 30 | 61 | 2C |
| Octal | 333 | 256 | 3 | 0 | 25 | 143 | 16 | 60 | 141 | 54 |
| Binary | 11011011 | 10101110 | 11 | 0 | 10101 | 1100011 | 1110 | 110000 | 1100001 | 101100 |
Color Harmonies of #DBAE03
Complementary color
Monochromatic Colors of #DBAE03
Black with #DBAE03
Text Example
Text Example
White with #DBAE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE03; }
p { color: rgb(219,174,3); }
H1.HeaderClassName
{
color: #DBAE03;
}
.AnyTagClassName
{
color: #DBAE03;
}
</style>
background-color css
<style>
a { background-color: #DBAE03; }
a { background-color: rgb(219,174,3); }
div.DivClassName
{
background-color: #DBAE03;
}
.BgClassName
{
background-color: #DBAE03;
}
</style>
border-color css
<style>
span { border-color: #DBAE03; }
span { border-color: rgb(219,174,3); }
td.TdClassName
{
border-color: #DBAE03;
}
.TagClassName
{
border-color: #DBAE03;
}
</style>