Shades of Gamboge #DB910F
Tints of Gamboge #DB910F
RGB
CMYK
RGB Variations
Color information
#DB910F (or 0xDB910F) is known color: Gamboge. HEX triplet: DB, 91 and 0F. RGB value is (219,145,15). Sum of RGB (Red+Green+Blue) = 219+145+15=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB910F is #246EF0. Grayscale: #989898. Windows color (decimal): -2387697 or 1020379. OLE color: 1020379.
HSL color Cylindrical-coordinate representation of color #DB910F: hue angle of 38.24º 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 #DB910F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 15 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.14 |
| HSL | 38.24º | 0.87% | 0.46% | - |
| HSV(B) | 38.24º | 0.93% | 0.86% | - |
| XYZ | 39.43 | 35.35 | 5.2 | - |
| YUV | 152.31 | 50.52 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 15 | 0 | 0.34 | 0.93 | 0.14 | 38.24 | 0.87 | 0.46 |
| Hex | DB | 91 | F | 0 | 22 | 5D | E | 26 | 57 | 2E |
| Octal | 333 | 221 | 17 | 0 | 42 | 135 | 16 | 46 | 127 | 56 |
| Binary | 11011011 | 10010001 | 1111 | 0 | 100010 | 1011101 | 1110 | 100110 | 1010111 | 101110 |
Color Harmonies of #DB910F
Complementary color
Monochromatic Colors of #DB910F
Black with #DB910F
Text Example
Text Example
White with #DB910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB910F; }
p { color: rgb(219,145,15); }
H1.HeaderClassName
{
color: #DB910F;
}
.AnyTagClassName
{
color: #DB910F;
}
</style>
background-color css
<style>
a { background-color: #DB910F; }
a { background-color: rgb(219,145,15); }
div.DivClassName
{
background-color: #DB910F;
}
.BgClassName
{
background-color: #DB910F;
}
</style>
border-color css
<style>
span { border-color: #DB910F; }
span { border-color: rgb(219,145,15); }
td.TdClassName
{
border-color: #DB910F;
}
.TagClassName
{
border-color: #DB910F;
}
</style>