Shades of Gamboge #DBAD00
Tints of Gamboge #DBAD00
RGB
CMYK
RGB Variations
Color information
#DBAD00 (or 0xDBAD00) is known color: Gamboge. HEX triplet: DB, AD and 00. RGB value is (219,173,0). Sum of RGB (Red+Green+Blue) = 219+173+0=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD00 is #2452FF. Grayscale: #A7A7A7. Windows color (decimal): -2380544 or 44507. OLE color: 44507.
HSL color Cylindrical-coordinate representation of color #DBAD00: hue angle of 47.4º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBAD00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.14 |
| HSL | 47.4º | 1% | 0.43% | - |
| HSV(B) | 47.4º | 1% | 0.86% | - |
| XYZ | 44.16 | 44.95 | 6.35 | - |
| YUV | 167.03 | 33.74 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 0 | 0 | 0.21 | 1 | 0.14 | 47.4 | 1 | 0.43 |
| Hex | DB | AD | 0 | 0 | 15 | 64 | E | 2F | 64 | 2B |
| Octal | 333 | 255 | 0 | 0 | 25 | 144 | 16 | 57 | 144 | 53 |
| Binary | 11011011 | 10101101 | 0 | 0 | 10101 | 1100100 | 1110 | 101111 | 1100100 | 101011 |
Color Harmonies of #DBAD00
Complementary color
Monochromatic Colors of #DBAD00
Black with #DBAD00
Text Example
Text Example
White with #DBAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD00; }
p { color: rgb(219,173,0); }
H1.HeaderClassName
{
color: #DBAD00;
}
.AnyTagClassName
{
color: #DBAD00;
}
</style>
background-color css
<style>
a { background-color: #DBAD00; }
a { background-color: rgb(219,173,0); }
div.DivClassName
{
background-color: #DBAD00;
}
.BgClassName
{
background-color: #DBAD00;
}
</style>
border-color css
<style>
span { border-color: #DBAD00; }
span { border-color: rgb(219,173,0); }
td.TdClassName
{
border-color: #DBAD00;
}
.TagClassName
{
border-color: #DBAD00;
}
</style>