Shades of Gamboge #DBAE02
Tints of Gamboge #DBAE02
RGB
CMYK
RGB Variations
Color information
#DBAE02 (or 0xDBAE02) is known color: Gamboge. HEX triplet: DB, AE and 02. RGB value is (219,174,2). Sum of RGB (Red+Green+Blue) = 219+174+2=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE02 is #2451FD. Grayscale: #A8A8A8. Windows color (decimal): -2380286 or 175835. OLE color: 175835.
HSL color Cylindrical-coordinate representation of color #DBAE02: hue angle of 47.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBAE02 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.14 |
| HSL | 47.56º | 0.98% | 0.43% | - |
| HSV(B) | 47.56º | 0.99% | 0.86% | - |
| XYZ | 44.36 | 45.34 | 6.47 | - |
| YUV | 167.85 | 34.41 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 2 | 0 | 0.21 | 0.99 | 0.14 | 47.56 | 0.98 | 0.43 |
| Hex | DB | AE | 2 | 0 | 15 | 63 | E | 30 | 62 | 2B |
| Octal | 333 | 256 | 2 | 0 | 25 | 143 | 16 | 60 | 142 | 53 |
| Binary | 11011011 | 10101110 | 10 | 0 | 10101 | 1100011 | 1110 | 110000 | 1100010 | 101011 |
Color Harmonies of #DBAE02
Complementary color
Monochromatic Colors of #DBAE02
Black with #DBAE02
Text Example
Text Example
White with #DBAE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE02; }
p { color: rgb(219,174,2); }
H1.HeaderClassName
{
color: #DBAE02;
}
.AnyTagClassName
{
color: #DBAE02;
}
</style>
background-color css
<style>
a { background-color: #DBAE02; }
a { background-color: rgb(219,174,2); }
div.DivClassName
{
background-color: #DBAE02;
}
.BgClassName
{
background-color: #DBAE02;
}
</style>
border-color css
<style>
span { border-color: #DBAE02; }
span { border-color: rgb(219,174,2); }
td.TdClassName
{
border-color: #DBAE02;
}
.TagClassName
{
border-color: #DBAE02;
}
</style>