Shades of Gamboge #DB9200
Tints of Gamboge #DB9200
RGB
CMYK
RGB Variations
Color information
#DB9200 (or 0xDB9200) is known color: Gamboge. HEX triplet: DB, 92 and 00. RGB value is (219,146,0). Sum of RGB (Red+Green+Blue) = 219+146+0=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9200 is #246DFF. Grayscale: #979797. Windows color (decimal): -2387456 or 37595. OLE color: 37595.
HSL color Cylindrical-coordinate representation of color #DB9200: hue angle of 40º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB9200 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.14 |
| HSL | 40º | 1% | 0.43% | - |
| HSV(B) | 40º | 1% | 0.86% | - |
| XYZ | 39.49 | 35.62 | 4.79 | - |
| YUV | 151.18 | 42.68 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 0 | 0 | 0.33 | 1 | 0.14 | 40 | 1 | 0.43 |
| Hex | DB | 92 | 0 | 0 | 21 | 64 | E | 28 | 64 | 2B |
| Octal | 333 | 222 | 0 | 0 | 41 | 144 | 16 | 50 | 144 | 53 |
| Binary | 11011011 | 10010010 | 0 | 0 | 100001 | 1100100 | 1110 | 101000 | 1100100 | 101011 |
Color Harmonies of #DB9200
Complementary color
Monochromatic Colors of #DB9200
Black with #DB9200
Text Example
Text Example
White with #DB9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9200; }
p { color: rgb(219,146,0); }
H1.HeaderClassName
{
color: #DB9200;
}
.AnyTagClassName
{
color: #DB9200;
}
</style>
background-color css
<style>
a { background-color: #DB9200; }
a { background-color: rgb(219,146,0); }
div.DivClassName
{
background-color: #DB9200;
}
.BgClassName
{
background-color: #DB9200;
}
</style>
border-color css
<style>
span { border-color: #DB9200; }
span { border-color: rgb(219,146,0); }
td.TdClassName
{
border-color: #DB9200;
}
.TagClassName
{
border-color: #DB9200;
}
</style>