Shades of Gamboge #DB8D0F
Tints of Gamboge #DB8D0F
RGB
CMYK
RGB Variations
Color information
#DB8D0F (or 0xDB8D0F) is known color: Gamboge. HEX triplet: DB, 8D and 0F. RGB value is (219,141,15). Sum of RGB (Red+Green+Blue) = 219+141+15=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8D0F is #2472F0. Grayscale: #969696. Windows color (decimal): -2388721 or 1019355. OLE color: 1019355.
HSL color Cylindrical-coordinate representation of color #DB8D0F: hue angle of 37.06º 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 #DB8D0F is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 15 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.14 |
| HSL | 37.06º | 0.87% | 0.46% | - |
| HSV(B) | 37.06º | 0.93% | 0.86% | - |
| XYZ | 38.82 | 34.14 | 5 | - |
| YUV | 149.96 | 51.84 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 15 | 0 | 0.36 | 0.93 | 0.14 | 37.06 | 0.87 | 0.46 |
| Hex | DB | 8D | F | 0 | 24 | 5D | E | 25 | 57 | 2E |
| Octal | 333 | 215 | 17 | 0 | 44 | 135 | 16 | 45 | 127 | 56 |
| Binary | 11011011 | 10001101 | 1111 | 0 | 100100 | 1011101 | 1110 | 100101 | 1010111 | 101110 |
Color Harmonies of #DB8D0F
Complementary color
Monochromatic Colors of #DB8D0F
Black with #DB8D0F
Text Example
Text Example
White with #DB8D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D0F; }
p { color: rgb(219,141,15); }
H1.HeaderClassName
{
color: #DB8D0F;
}
.AnyTagClassName
{
color: #DB8D0F;
}
</style>
background-color css
<style>
a { background-color: #DB8D0F; }
a { background-color: rgb(219,141,15); }
div.DivClassName
{
background-color: #DB8D0F;
}
.BgClassName
{
background-color: #DB8D0F;
}
</style>
border-color css
<style>
span { border-color: #DB8D0F; }
span { border-color: rgb(219,141,15); }
td.TdClassName
{
border-color: #DB8D0F;
}
.TagClassName
{
border-color: #DB8D0F;
}
</style>