Shades of Gamboge #D89302
Tints of Gamboge #D89302
RGB
CMYK
RGB Variations
Color information
#D89302 (or 0xD89302) is known color: Gamboge. HEX triplet: D8, 93 and 02. RGB value is (216,147,2). Sum of RGB (Red+Green+Blue) = 216+147+2=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D89302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89302 is #276CFD. Grayscale: #979797. Windows color (decimal): -2583806 or 168920. OLE color: 168920.
HSL color Cylindrical-coordinate representation of color #D89302: hue angle of 40.65º 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 #D89302 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.15 |
| HSL | 40.65º | 0.98% | 0.43% | - |
| HSV(B) | 40.65º | 0.99% | 0.85% | - |
| XYZ | 38.76 | 35.47 | 4.86 | - |
| YUV | 151.1 | 43.86 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 2 | 0 | 0.32 | 0.99 | 0.15 | 40.65 | 0.98 | 0.43 |
| Hex | D8 | 93 | 2 | 0 | 20 | 63 | F | 29 | 62 | 2B |
| Octal | 330 | 223 | 2 | 0 | 40 | 143 | 17 | 51 | 142 | 53 |
| Binary | 11011000 | 10010011 | 10 | 0 | 100000 | 1100011 | 1111 | 101001 | 1100010 | 101011 |
Color Harmonies of #D89302
Complementary color
Monochromatic Colors of #D89302
Black with #D89302
Text Example
Text Example
White with #D89302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89302; }
p { color: rgb(216,147,2); }
H1.HeaderClassName
{
color: #D89302;
}
.AnyTagClassName
{
color: #D89302;
}
</style>
background-color css
<style>
a { background-color: #D89302; }
a { background-color: rgb(216,147,2); }
div.DivClassName
{
background-color: #D89302;
}
.BgClassName
{
background-color: #D89302;
}
</style>
border-color css
<style>
span { border-color: #D89302; }
span { border-color: rgb(216,147,2); }
td.TdClassName
{
border-color: #D89302;
}
.TagClassName
{
border-color: #D89302;
}
</style>