Shades of Gamboge #DB9303
Tints of Gamboge #DB9303
RGB
CMYK
RGB Variations
Color information
#DB9303 (or 0xDB9303) is known color: Gamboge. HEX triplet: DB, 93 and 03. RGB value is (219,147,3). Sum of RGB (Red+Green+Blue) = 219+147+3=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9303 is #246CFC. Grayscale: #989898. Windows color (decimal): -2387197 or 234459. OLE color: 234459.
HSL color Cylindrical-coordinate representation of color #DB9303: hue angle of 40º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB9303 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.14 |
| HSL | 40º | 0.97% | 0.44% | - |
| HSV(B) | 40º | 0.99% | 0.86% | - |
| XYZ | 39.66 | 35.93 | 4.93 | - |
| YUV | 152.11 | 43.85 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 3 | 0 | 0.33 | 0.99 | 0.14 | 40 | 0.97 | 0.44 |
| Hex | DB | 93 | 3 | 0 | 21 | 63 | E | 28 | 61 | 2C |
| Octal | 333 | 223 | 3 | 0 | 41 | 143 | 16 | 50 | 141 | 54 |
| Binary | 11011011 | 10010011 | 11 | 0 | 100001 | 1100011 | 1110 | 101000 | 1100001 | 101100 |
Color Harmonies of #DB9303
Complementary color
Monochromatic Colors of #DB9303
Black with #DB9303
Text Example
Text Example
White with #DB9303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9303; }
p { color: rgb(219,147,3); }
H1.HeaderClassName
{
color: #DB9303;
}
.AnyTagClassName
{
color: #DB9303;
}
</style>
background-color css
<style>
a { background-color: #DB9303; }
a { background-color: rgb(219,147,3); }
div.DivClassName
{
background-color: #DB9303;
}
.BgClassName
{
background-color: #DB9303;
}
</style>
border-color css
<style>
span { border-color: #DB9303; }
span { border-color: rgb(219,147,3); }
td.TdClassName
{
border-color: #DB9303;
}
.TagClassName
{
border-color: #DB9303;
}
</style>