Shades of Gamboge #DBAD02
Tints of Gamboge #DBAD02
RGB
CMYK
RGB Variations
Color information
#DBAD02 (or 0xDBAD02) is known color: Gamboge. HEX triplet: DB, AD and 02. RGB value is (219,173,2). Sum of RGB (Red+Green+Blue) = 219+173+2=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD02 is #2452FD. Grayscale: #A7A7A7. Windows color (decimal): -2380542 or 175579. OLE color: 175579.
HSL color Cylindrical-coordinate representation of color #DBAD02: hue angle of 47.28º 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 #DBAD02 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.14 |
| HSL | 47.28º | 0.98% | 0.43% | - |
| HSV(B) | 47.28º | 0.99% | 0.86% | - |
| XYZ | 44.17 | 44.95 | 6.41 | - |
| YUV | 167.26 | 34.74 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 2 | 0 | 0.21 | 0.99 | 0.14 | 47.28 | 0.98 | 0.43 |
| Hex | DB | AD | 2 | 0 | 15 | 63 | E | 2F | 62 | 2B |
| Octal | 333 | 255 | 2 | 0 | 25 | 143 | 16 | 57 | 142 | 53 |
| Binary | 11011011 | 10101101 | 10 | 0 | 10101 | 1100011 | 1110 | 101111 | 1100010 | 101011 |
Color Harmonies of #DBAD02
Complementary color
Monochromatic Colors of #DBAD02
Black with #DBAD02
Text Example
Text Example
White with #DBAD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD02; }
p { color: rgb(219,173,2); }
H1.HeaderClassName
{
color: #DBAD02;
}
.AnyTagClassName
{
color: #DBAD02;
}
</style>
background-color css
<style>
a { background-color: #DBAD02; }
a { background-color: rgb(219,173,2); }
div.DivClassName
{
background-color: #DBAD02;
}
.BgClassName
{
background-color: #DBAD02;
}
</style>
border-color css
<style>
span { border-color: #DBAD02; }
span { border-color: rgb(219,173,2); }
td.TdClassName
{
border-color: #DBAD02;
}
.TagClassName
{
border-color: #DBAD02;
}
</style>