Shades of Gamboge #D99602
Tints of Gamboge #D99602
RGB
CMYK
RGB Variations
Color information
#D99602 (or 0xD99602) is known color: Gamboge. HEX triplet: D9, 96 and 02. RGB value is (217,150,2). Sum of RGB (Red+Green+Blue) = 217+150+2=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D99602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99602 is #2669FD. Grayscale: #999999. Windows color (decimal): -2517502 or 169689. OLE color: 169689.
HSL color Cylindrical-coordinate representation of color #D99602: hue angle of 41.3º 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 #D99602 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.15 |
| HSL | 41.3º | 0.98% | 0.43% | - |
| HSV(B) | 41.3º | 0.99% | 0.85% | - |
| XYZ | 39.53 | 36.57 | 5.03 | - |
| YUV | 153.16 | 42.7 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 2 | 0 | 0.31 | 0.99 | 0.15 | 41.3 | 0.98 | 0.43 |
| Hex | D9 | 96 | 2 | 0 | 1F | 63 | F | 29 | 62 | 2B |
| Octal | 331 | 226 | 2 | 0 | 37 | 143 | 17 | 51 | 142 | 53 |
| Binary | 11011001 | 10010110 | 10 | 0 | 11111 | 1100011 | 1111 | 101001 | 1100010 | 101011 |
Color Harmonies of #D99602
Complementary color
Monochromatic Colors of #D99602
Black with #D99602
Text Example
Text Example
White with #D99602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99602; }
p { color: rgb(217,150,2); }
H1.HeaderClassName
{
color: #D99602;
}
.AnyTagClassName
{
color: #D99602;
}
</style>
background-color css
<style>
a { background-color: #D99602; }
a { background-color: rgb(217,150,2); }
div.DivClassName
{
background-color: #D99602;
}
.BgClassName
{
background-color: #D99602;
}
</style>
border-color css
<style>
span { border-color: #D99602; }
span { border-color: rgb(217,150,2); }
td.TdClassName
{
border-color: #D99602;
}
.TagClassName
{
border-color: #D99602;
}
</style>