Shades of Gamboge #DB920F
Tints of Gamboge #DB920F
RGB
CMYK
RGB Variations
Color information
#DB920F (or 0xDB920F) is known color: Gamboge. HEX triplet: DB, 92 and 0F. RGB value is (219,146,15). Sum of RGB (Red+Green+Blue) = 219+146+15=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB920F is #246DF0. Grayscale: #999999. Windows color (decimal): -2387441 or 1020635. OLE color: 1020635.
HSL color Cylindrical-coordinate representation of color #DB920F: hue angle of 38.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB920F is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 15 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.14 |
| HSL | 38.53º | 0.87% | 0.46% | - |
| HSV(B) | 38.53º | 0.93% | 0.86% | - |
| XYZ | 39.58 | 35.65 | 5.25 | - |
| YUV | 152.89 | 50.18 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 15 | 0 | 0.33 | 0.93 | 0.14 | 38.53 | 0.87 | 0.46 |
| Hex | DB | 92 | F | 0 | 21 | 5D | E | 27 | 57 | 2E |
| Octal | 333 | 222 | 17 | 0 | 41 | 135 | 16 | 47 | 127 | 56 |
| Binary | 11011011 | 10010010 | 1111 | 0 | 100001 | 1011101 | 1110 | 100111 | 1010111 | 101110 |
Color Harmonies of #DB920F
Complementary color
Monochromatic Colors of #DB920F
Black with #DB920F
Text Example
Text Example
White with #DB920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB920F; }
p { color: rgb(219,146,15); }
H1.HeaderClassName
{
color: #DB920F;
}
.AnyTagClassName
{
color: #DB920F;
}
</style>
background-color css
<style>
a { background-color: #DB920F; }
a { background-color: rgb(219,146,15); }
div.DivClassName
{
background-color: #DB920F;
}
.BgClassName
{
background-color: #DB920F;
}
</style>
border-color css
<style>
span { border-color: #DB920F; }
span { border-color: rgb(219,146,15); }
td.TdClassName
{
border-color: #DB920F;
}
.TagClassName
{
border-color: #DB920F;
}
</style>