Shades of Gamboge #DB9203
Tints of Gamboge #DB9203
RGB
CMYK
RGB Variations
Color information
#DB9203 (or 0xDB9203) is known color: Gamboge. HEX triplet: DB, 92 and 03. RGB value is (219,146,3). Sum of RGB (Red+Green+Blue) = 219+146+3=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9203 is #246DFC. Grayscale: #989898. Windows color (decimal): -2387453 or 234203. OLE color: 234203.
HSL color Cylindrical-coordinate representation of color #DB9203: hue angle of 39.72º 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 #DB9203 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.14 |
| HSL | 39.72º | 0.97% | 0.44% | - |
| HSV(B) | 39.72º | 0.99% | 0.86% | - |
| XYZ | 39.51 | 35.62 | 4.88 | - |
| YUV | 151.53 | 44.18 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 3 | 0 | 0.33 | 0.99 | 0.14 | 39.72 | 0.97 | 0.44 |
| Hex | DB | 92 | 3 | 0 | 21 | 63 | E | 28 | 61 | 2C |
| Octal | 333 | 222 | 3 | 0 | 41 | 143 | 16 | 50 | 141 | 54 |
| Binary | 11011011 | 10010010 | 11 | 0 | 100001 | 1100011 | 1110 | 101000 | 1100001 | 101100 |
Color Harmonies of #DB9203
Complementary color
Monochromatic Colors of #DB9203
Black with #DB9203
Text Example
Text Example
White with #DB9203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9203; }
p { color: rgb(219,146,3); }
H1.HeaderClassName
{
color: #DB9203;
}
.AnyTagClassName
{
color: #DB9203;
}
</style>
background-color css
<style>
a { background-color: #DB9203; }
a { background-color: rgb(219,146,3); }
div.DivClassName
{
background-color: #DB9203;
}
.BgClassName
{
background-color: #DB9203;
}
</style>
border-color css
<style>
span { border-color: #DB9203; }
span { border-color: rgb(219,146,3); }
td.TdClassName
{
border-color: #DB9203;
}
.TagClassName
{
border-color: #DB9203;
}
</style>