Shades of Gamboge #D89602
Tints of Gamboge #D89602
RGB
CMYK
RGB Variations
Color information
#D89602 (or 0xD89602) is known color: Gamboge. HEX triplet: D8, 96 and 02. RGB value is (216,150,2). Sum of RGB (Red+Green+Blue) = 216+150+2=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D89602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89602 is #2769FD. Grayscale: #999999. Windows color (decimal): -2583038 or 169688. OLE color: 169688.
HSL color Cylindrical-coordinate representation of color #D89602: hue angle of 41.5º 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 #D89602 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.15 |
| HSL | 41.5º | 0.98% | 0.43% | - |
| HSV(B) | 41.5º | 0.99% | 0.85% | - |
| XYZ | 39.24 | 36.42 | 5.02 | - |
| YUV | 152.86 | 42.87 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 2 | 0 | 0.31 | 0.99 | 0.15 | 41.5 | 0.98 | 0.43 |
| Hex | D8 | 96 | 2 | 0 | 1F | 63 | F | 29 | 62 | 2B |
| Octal | 330 | 226 | 2 | 0 | 37 | 143 | 17 | 51 | 142 | 53 |
| Binary | 11011000 | 10010110 | 10 | 0 | 11111 | 1100011 | 1111 | 101001 | 1100010 | 101011 |
Color Harmonies of #D89602
Complementary color
Monochromatic Colors of #D89602
Black with #D89602
Text Example
Text Example
White with #D89602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89602; }
p { color: rgb(216,150,2); }
H1.HeaderClassName
{
color: #D89602;
}
.AnyTagClassName
{
color: #D89602;
}
</style>
background-color css
<style>
a { background-color: #D89602; }
a { background-color: rgb(216,150,2); }
div.DivClassName
{
background-color: #D89602;
}
.BgClassName
{
background-color: #D89602;
}
</style>
border-color css
<style>
span { border-color: #D89602; }
span { border-color: rgb(216,150,2); }
td.TdClassName
{
border-color: #D89602;
}
.TagClassName
{
border-color: #D89602;
}
</style>