Shades of Gamboge #D89F02
Tints of Gamboge #D89F02
RGB
CMYK
RGB Variations
Color information
#D89F02 (or 0xD89F02) is known color: Gamboge. HEX triplet: D8, 9F and 02. RGB value is (216,159,2). Sum of RGB (Red+Green+Blue) = 216+159+2=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89F02 is #2760FD. Grayscale: #9E9E9E. Windows color (decimal): -2580734 or 171992. OLE color: 171992.
HSL color Cylindrical-coordinate representation of color #D89F02: hue angle of 44.02º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D89F02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.15 |
| HSL | 44.02º | 0.98% | 0.43% | - |
| HSV(B) | 44.02º | 0.99% | 0.85% | - |
| XYZ | 40.73 | 39.4 | 5.52 | - |
| YUV | 158.15 | 39.88 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 2 | 0 | 0.26 | 0.99 | 0.15 | 44.02 | 0.98 | 0.43 |
| Hex | D8 | 9F | 2 | 0 | 1A | 63 | F | 2C | 62 | 2B |
| Octal | 330 | 237 | 2 | 0 | 32 | 143 | 17 | 54 | 142 | 53 |
| Binary | 11011000 | 10011111 | 10 | 0 | 11010 | 1100011 | 1111 | 101100 | 1100010 | 101011 |
Color Harmonies of #D89F02
Complementary color
Monochromatic Colors of #D89F02
Black with #D89F02
Text Example
Text Example
White with #D89F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F02; }
p { color: rgb(216,159,2); }
H1.HeaderClassName
{
color: #D89F02;
}
.AnyTagClassName
{
color: #D89F02;
}
</style>
background-color css
<style>
a { background-color: #D89F02; }
a { background-color: rgb(216,159,2); }
div.DivClassName
{
background-color: #D89F02;
}
.BgClassName
{
background-color: #D89F02;
}
</style>
border-color css
<style>
span { border-color: #D89F02; }
span { border-color: rgb(216,159,2); }
td.TdClassName
{
border-color: #D89F02;
}
.TagClassName
{
border-color: #D89F02;
}
</style>