Shades of Gamboge #DBA500
Tints of Gamboge #DBA500
RGB
CMYK
RGB Variations
Color information
#DBA500 (or 0xDBA500) is known color: Gamboge. HEX triplet: DB, A5 and 00. RGB value is (219,165,0). Sum of RGB (Red+Green+Blue) = 219+165+0=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA500 is #245AFF. Grayscale: #A3A3A3. Windows color (decimal): -2382592 or 42459. OLE color: 42459.
HSL color Cylindrical-coordinate representation of color #DBA500: hue angle of 45.21º 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 #DBA500 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.14 |
| HSL | 45.21º | 1% | 0.43% | - |
| HSV(B) | 45.21º | 1% | 0.86% | - |
| XYZ | 42.67 | 41.97 | 5.85 | - |
| YUV | 162.34 | 36.39 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 0 | 0 | 0.25 | 1 | 0.14 | 45.21 | 1 | 0.43 |
| Hex | DB | A5 | 0 | 0 | 19 | 64 | E | 2D | 64 | 2B |
| Octal | 333 | 245 | 0 | 0 | 31 | 144 | 16 | 55 | 144 | 53 |
| Binary | 11011011 | 10100101 | 0 | 0 | 11001 | 1100100 | 1110 | 101101 | 1100100 | 101011 |
Color Harmonies of #DBA500
Complementary color
Monochromatic Colors of #DBA500
Black with #DBA500
Text Example
Text Example
White with #DBA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA500; }
p { color: rgb(219,165,0); }
H1.HeaderClassName
{
color: #DBA500;
}
.AnyTagClassName
{
color: #DBA500;
}
</style>
background-color css
<style>
a { background-color: #DBA500; }
a { background-color: rgb(219,165,0); }
div.DivClassName
{
background-color: #DBA500;
}
.BgClassName
{
background-color: #DBA500;
}
</style>
border-color css
<style>
span { border-color: #DBA500; }
span { border-color: rgb(219,165,0); }
td.TdClassName
{
border-color: #DBA500;
}
.TagClassName
{
border-color: #DBA500;
}
</style>