Shades of Gamboge #D89B02
Tints of Gamboge #D89B02
RGB
CMYK
RGB Variations
Color information
#D89B02 (or 0xD89B02) is known color: Gamboge. HEX triplet: D8, 9B and 02. RGB value is (216,155,2). Sum of RGB (Red+Green+Blue) = 216+155+2=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89B02 is #2764FD. Grayscale: #9C9C9C. Windows color (decimal): -2581758 or 170968. OLE color: 170968.
HSL color Cylindrical-coordinate representation of color #D89B02: hue angle of 42.9º 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 #D89B02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.15 |
| HSL | 42.9º | 0.98% | 0.43% | - |
| HSV(B) | 42.9º | 0.99% | 0.85% | - |
| XYZ | 40.05 | 38.05 | 5.29 | - |
| YUV | 155.8 | 41.21 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 2 | 0 | 0.28 | 0.99 | 0.15 | 42.9 | 0.98 | 0.43 |
| Hex | D8 | 9B | 2 | 0 | 1C | 63 | F | 2B | 62 | 2B |
| Octal | 330 | 233 | 2 | 0 | 34 | 143 | 17 | 53 | 142 | 53 |
| Binary | 11011000 | 10011011 | 10 | 0 | 11100 | 1100011 | 1111 | 101011 | 1100010 | 101011 |
Color Harmonies of #D89B02
Complementary color
Monochromatic Colors of #D89B02
Black with #D89B02
Text Example
Text Example
White with #D89B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B02; }
p { color: rgb(216,155,2); }
H1.HeaderClassName
{
color: #D89B02;
}
.AnyTagClassName
{
color: #D89B02;
}
</style>
background-color css
<style>
a { background-color: #D89B02; }
a { background-color: rgb(216,155,2); }
div.DivClassName
{
background-color: #D89B02;
}
.BgClassName
{
background-color: #D89B02;
}
</style>
border-color css
<style>
span { border-color: #D89B02; }
span { border-color: rgb(216,155,2); }
td.TdClassName
{
border-color: #D89B02;
}
.TagClassName
{
border-color: #D89B02;
}
</style>