Shades of Gamboge #DB9018
Tints of Gamboge #DB9018
RGB
CMYK
RGB Variations
Color information
#DB9018 (or 0xDB9018) is known color: Gamboge. HEX triplet: DB, 90 and 18. RGB value is (219,144,24). Sum of RGB (Red+Green+Blue) = 219+144+24=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9018 is #246FE7. Grayscale: #999999. Windows color (decimal): -2387944 or 1609947. OLE color: 1609947.
HSL color Cylindrical-coordinate representation of color #DB9018: hue angle of 36.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB9018 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 24 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.14 |
| HSL | 36.92º | 0.8% | 0.48% | - |
| HSV(B) | 36.92º | 0.89% | 0.86% | - |
| XYZ | 39.35 | 35.07 | 5.56 | - |
| YUV | 152.75 | 55.35 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 24 | 0 | 0.34 | 0.89 | 0.14 | 36.92 | 0.8 | 0.48 |
| Hex | DB | 90 | 18 | 0 | 22 | 59 | E | 25 | 50 | 30 |
| Octal | 333 | 220 | 30 | 0 | 42 | 131 | 16 | 45 | 120 | 60 |
| Binary | 11011011 | 10010000 | 11000 | 0 | 100010 | 1011001 | 1110 | 100101 | 1010000 | 110000 |
Color Harmonies of #DB9018
Complementary color
Monochromatic Colors of #DB9018
Black with #DB9018
Text Example
Text Example
White with #DB9018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9018; }
p { color: rgb(219,144,24); }
H1.HeaderClassName
{
color: #DB9018;
}
.AnyTagClassName
{
color: #DB9018;
}
</style>
background-color css
<style>
a { background-color: #DB9018; }
a { background-color: rgb(219,144,24); }
div.DivClassName
{
background-color: #DB9018;
}
.BgClassName
{
background-color: #DB9018;
}
</style>
border-color css
<style>
span { border-color: #DB9018; }
span { border-color: rgb(219,144,24); }
td.TdClassName
{
border-color: #DB9018;
}
.TagClassName
{
border-color: #DB9018;
}
</style>