Shades of Gamboge #DB8F12
Tints of Gamboge #DB8F12
RGB
CMYK
RGB Variations
Color information
#DB8F12 (or 0xDB8F12) is known color: Gamboge. HEX triplet: DB, 8F and 12. RGB value is (219,143,18). Sum of RGB (Red+Green+Blue) = 219+143+18=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8F12 is #2470ED. Grayscale: #989898. Windows color (decimal): -2388206 or 1216475. OLE color: 1216475.
HSL color Cylindrical-coordinate representation of color #DB8F12: hue angle of 37.31º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB8F12 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 18 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.14 |
| HSL | 37.31º | 0.85% | 0.46% | - |
| HSV(B) | 37.31º | 0.92% | 0.86% | - |
| XYZ | 39.15 | 34.75 | 5.22 | - |
| YUV | 151.47 | 52.68 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 18 | 0 | 0.35 | 0.92 | 0.14 | 37.31 | 0.85 | 0.46 |
| Hex | DB | 8F | 12 | 0 | 23 | 5C | E | 25 | 55 | 2E |
| Octal | 333 | 217 | 22 | 0 | 43 | 134 | 16 | 45 | 125 | 56 |
| Binary | 11011011 | 10001111 | 10010 | 0 | 100011 | 1011100 | 1110 | 100101 | 1010101 | 101110 |
Color Harmonies of #DB8F12
Complementary color
Monochromatic Colors of #DB8F12
Black with #DB8F12
Text Example
Text Example
White with #DB8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F12; }
p { color: rgb(219,143,18); }
H1.HeaderClassName
{
color: #DB8F12;
}
.AnyTagClassName
{
color: #DB8F12;
}
</style>
background-color css
<style>
a { background-color: #DB8F12; }
a { background-color: rgb(219,143,18); }
div.DivClassName
{
background-color: #DB8F12;
}
.BgClassName
{
background-color: #DB8F12;
}
</style>
border-color css
<style>
span { border-color: #DB8F12; }
span { border-color: rgb(219,143,18); }
td.TdClassName
{
border-color: #DB8F12;
}
.TagClassName
{
border-color: #DB8F12;
}
</style>