Shades of Gamboge #DB900A
Tints of Gamboge #DB900A
RGB
CMYK
RGB Variations
Color information
#DB900A (or 0xDB900A) is known color: Gamboge. HEX triplet: DB, 90 and 0A. RGB value is (219,144,10). Sum of RGB (Red+Green+Blue) = 219+144+10=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB900A is #246FF5. Grayscale: #979797. Windows color (decimal): -2387958 or 692443. OLE color: 692443.
HSL color Cylindrical-coordinate representation of color #DB900A: hue angle of 38.47º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB900A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.14 |
| HSL | 38.47º | 0.91% | 0.45% | - |
| HSV(B) | 38.47º | 0.95% | 0.86% | - |
| XYZ | 39.24 | 35.03 | 4.98 | - |
| YUV | 151.15 | 48.35 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 10 | 0 | 0.34 | 0.95 | 0.14 | 38.47 | 0.91 | 0.45 |
| Hex | DB | 90 | A | 0 | 22 | 5F | E | 26 | 5B | 2D |
| Octal | 333 | 220 | 12 | 0 | 42 | 137 | 16 | 46 | 133 | 55 |
| Binary | 11011011 | 10010000 | 1010 | 0 | 100010 | 1011111 | 1110 | 100110 | 1011011 | 101101 |
Color Harmonies of #DB900A
Complementary color
Monochromatic Colors of #DB900A
Black with #DB900A
Text Example
Text Example
White with #DB900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB900A; }
p { color: rgb(219,144,10); }
H1.HeaderClassName
{
color: #DB900A;
}
.AnyTagClassName
{
color: #DB900A;
}
</style>
background-color css
<style>
a { background-color: #DB900A; }
a { background-color: rgb(219,144,10); }
div.DivClassName
{
background-color: #DB900A;
}
.BgClassName
{
background-color: #DB900A;
}
</style>
border-color css
<style>
span { border-color: #DB900A; }
span { border-color: rgb(219,144,10); }
td.TdClassName
{
border-color: #DB900A;
}
.TagClassName
{
border-color: #DB900A;
}
</style>