Shades of Gamboge #DB8F02
Tints of Gamboge #DB8F02
RGB
CMYK
RGB Variations
Color information
#DB8F02 (or 0xDB8F02) is known color: Gamboge. HEX triplet: DB, 8F and 02. RGB value is (219,143,2). Sum of RGB (Red+Green+Blue) = 219+143+2=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8F02 is #2470FD. Grayscale: #969696. Windows color (decimal): -2388222 or 167899. OLE color: 167899.
HSL color Cylindrical-coordinate representation of color #DB8F02: hue angle of 38.99º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB8F02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.14 |
| HSL | 38.99º | 0.98% | 0.43% | - |
| HSV(B) | 38.99º | 0.99% | 0.86% | - |
| XYZ | 39.05 | 34.71 | 4.7 | - |
| YUV | 149.65 | 44.68 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 2 | 0 | 0.35 | 0.99 | 0.14 | 38.99 | 0.98 | 0.43 |
| Hex | DB | 8F | 2 | 0 | 23 | 63 | E | 27 | 62 | 2B |
| Octal | 333 | 217 | 2 | 0 | 43 | 143 | 16 | 47 | 142 | 53 |
| Binary | 11011011 | 10001111 | 10 | 0 | 100011 | 1100011 | 1110 | 100111 | 1100010 | 101011 |
Color Harmonies of #DB8F02
Complementary color
Monochromatic Colors of #DB8F02
Black with #DB8F02
Text Example
Text Example
White with #DB8F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F02; }
p { color: rgb(219,143,2); }
H1.HeaderClassName
{
color: #DB8F02;
}
.AnyTagClassName
{
color: #DB8F02;
}
</style>
background-color css
<style>
a { background-color: #DB8F02; }
a { background-color: rgb(219,143,2); }
div.DivClassName
{
background-color: #DB8F02;
}
.BgClassName
{
background-color: #DB8F02;
}
</style>
border-color css
<style>
span { border-color: #DB8F02; }
span { border-color: rgb(219,143,2); }
td.TdClassName
{
border-color: #DB8F02;
}
.TagClassName
{
border-color: #DB8F02;
}
</style>