Shades of Gamboge #DBA601
Tints of Gamboge #DBA601
RGB
CMYK
RGB Variations
Color information
#DBA601 (or 0xDBA601) is known color: Gamboge. HEX triplet: DB, A6 and 01. RGB value is (219,166,1). Sum of RGB (Red+Green+Blue) = 219+166+1=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA601 is #2459FE. Grayscale: #A3A3A3. Windows color (decimal): -2382335 or 108251. OLE color: 108251.
HSL color Cylindrical-coordinate representation of color #DBA601: hue angle of 45.41º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBA601 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.14 |
| HSL | 45.41º | 0.99% | 0.43% | - |
| HSV(B) | 45.41º | 1% | 0.86% | - |
| XYZ | 42.86 | 42.33 | 5.94 | - |
| YUV | 163.04 | 36.56 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 1 | 0 | 0.24 | 1.00 | 0.14 | 45.41 | 0.99 | 0.43 |
| Hex | DB | A6 | 1 | 0 | 18 | 64 | E | 2D | 63 | 2B |
| Octal | 333 | 246 | 1 | 0 | 30 | 144 | 16 | 55 | 143 | 53 |
| Binary | 11011011 | 10100110 | 1 | 0 | 11000 | 1100100 | 1110 | 101101 | 1100011 | 101011 |
Color Harmonies of #DBA601
Complementary color
Monochromatic Colors of #DBA601
Black with #DBA601
Text Example
Text Example
White with #DBA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA601; }
p { color: rgb(219,166,1); }
H1.HeaderClassName
{
color: #DBA601;
}
.AnyTagClassName
{
color: #DBA601;
}
</style>
background-color css
<style>
a { background-color: #DBA601; }
a { background-color: rgb(219,166,1); }
div.DivClassName
{
background-color: #DBA601;
}
.BgClassName
{
background-color: #DBA601;
}
</style>
border-color css
<style>
span { border-color: #DBA601; }
span { border-color: rgb(219,166,1); }
td.TdClassName
{
border-color: #DBA601;
}
.TagClassName
{
border-color: #DBA601;
}
</style>