Shades of Gamboge #DB8F08
Tints of Gamboge #DB8F08
RGB
CMYK
RGB Variations
Color information
#DB8F08 (or 0xDB8F08) is known color: Gamboge. HEX triplet: DB, 8F and 08. RGB value is (219,143,8). Sum of RGB (Red+Green+Blue) = 219+143+8=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8F08 is #2470F7. Grayscale: #969696. Windows color (decimal): -2388216 or 561115. OLE color: 561115.
HSL color Cylindrical-coordinate representation of color #DB8F08: hue angle of 38.39º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB8F08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.14 |
| HSL | 38.39º | 0.93% | 0.45% | - |
| HSV(B) | 38.39º | 0.96% | 0.86% | - |
| XYZ | 39.08 | 34.72 | 4.87 | - |
| YUV | 150.33 | 47.68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 8 | 0 | 0.35 | 0.96 | 0.14 | 38.39 | 0.93 | 0.45 |
| Hex | DB | 8F | 8 | 0 | 23 | 60 | E | 26 | 5D | 2D |
| Octal | 333 | 217 | 10 | 0 | 43 | 140 | 16 | 46 | 135 | 55 |
| Binary | 11011011 | 10001111 | 1000 | 0 | 100011 | 1100000 | 1110 | 100110 | 1011101 | 101101 |
Color Harmonies of #DB8F08
Complementary color
Monochromatic Colors of #DB8F08
Black with #DB8F08
Text Example
Text Example
White with #DB8F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F08; }
p { color: rgb(219,143,8); }
H1.HeaderClassName
{
color: #DB8F08;
}
.AnyTagClassName
{
color: #DB8F08;
}
</style>
background-color css
<style>
a { background-color: #DB8F08; }
a { background-color: rgb(219,143,8); }
div.DivClassName
{
background-color: #DB8F08;
}
.BgClassName
{
background-color: #DB8F08;
}
</style>
border-color css
<style>
span { border-color: #DB8F08; }
span { border-color: rgb(219,143,8); }
td.TdClassName
{
border-color: #DB8F08;
}
.TagClassName
{
border-color: #DB8F08;
}
</style>