Shades of Gamboge #DB9315
Tints of Gamboge #DB9315
RGB
CMYK
RGB Variations
Color information
#DB9315 (or 0xDB9315) is known color: Gamboge. HEX triplet: DB, 93 and 15. RGB value is (219,147,21). Sum of RGB (Red+Green+Blue) = 219+147+21=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9315 is #246CEA. Grayscale: #9A9A9A. Windows color (decimal): -2387179 or 1414107. OLE color: 1414107.
HSL color Cylindrical-coordinate representation of color #DB9315: hue angle of 38.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB9315 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 21 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.14 |
| HSL | 38.18º | 0.83% | 0.47% | - |
| HSV(B) | 38.18º | 0.9% | 0.86% | - |
| XYZ | 39.78 | 35.98 | 5.56 | - |
| YUV | 154.16 | 52.85 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 21 | 0 | 0.33 | 0.90 | 0.14 | 38.18 | 0.83 | 0.47 |
| Hex | DB | 93 | 15 | 0 | 21 | 5A | E | 26 | 52 | 2F |
| Octal | 333 | 223 | 25 | 0 | 41 | 132 | 16 | 46 | 122 | 57 |
| Binary | 11011011 | 10010011 | 10101 | 0 | 100001 | 1011010 | 1110 | 100110 | 1010010 | 101111 |
Color Harmonies of #DB9315
Complementary color
Monochromatic Colors of #DB9315
Black with #DB9315
Text Example
Text Example
White with #DB9315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9315; }
p { color: rgb(219,147,21); }
H1.HeaderClassName
{
color: #DB9315;
}
.AnyTagClassName
{
color: #DB9315;
}
</style>
background-color css
<style>
a { background-color: #DB9315; }
a { background-color: rgb(219,147,21); }
div.DivClassName
{
background-color: #DB9315;
}
.BgClassName
{
background-color: #DB9315;
}
</style>
border-color css
<style>
span { border-color: #DB9315; }
span { border-color: rgb(219,147,21); }
td.TdClassName
{
border-color: #DB9315;
}
.TagClassName
{
border-color: #DB9315;
}
</style>