Shades of Gamboge #D99D02
Tints of Gamboge #D99D02
RGB
CMYK
RGB Variations
Color information
#D99D02 (or 0xD99D02) is known color: Gamboge. HEX triplet: D9, 9D and 02. RGB value is (217,157,2). Sum of RGB (Red+Green+Blue) = 217+157+2=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D02 is #2662FD. Grayscale: #9D9D9D. Windows color (decimal): -2515710 or 171481. OLE color: 171481.
HSL color Cylindrical-coordinate representation of color #D99D02: hue angle of 43.26º 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 #D99D02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.15 |
| HSL | 43.26º | 0.98% | 0.43% | - |
| HSV(B) | 43.26º | 0.99% | 0.85% | - |
| XYZ | 40.68 | 38.87 | 5.42 | - |
| YUV | 157.27 | 40.38 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 2 | 0 | 0.28 | 0.99 | 0.15 | 43.26 | 0.98 | 0.43 |
| Hex | D9 | 9D | 2 | 0 | 1C | 63 | F | 2B | 62 | 2B |
| Octal | 331 | 235 | 2 | 0 | 34 | 143 | 17 | 53 | 142 | 53 |
| Binary | 11011001 | 10011101 | 10 | 0 | 11100 | 1100011 | 1111 | 101011 | 1100010 | 101011 |
Color Harmonies of #D99D02
Complementary color
Monochromatic Colors of #D99D02
Black with #D99D02
Text Example
Text Example
White with #D99D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D02; }
p { color: rgb(217,157,2); }
H1.HeaderClassName
{
color: #D99D02;
}
.AnyTagClassName
{
color: #D99D02;
}
</style>
background-color css
<style>
a { background-color: #D99D02; }
a { background-color: rgb(217,157,2); }
div.DivClassName
{
background-color: #D99D02;
}
.BgClassName
{
background-color: #D99D02;
}
</style>
border-color css
<style>
span { border-color: #D99D02; }
span { border-color: rgb(217,157,2); }
td.TdClassName
{
border-color: #D99D02;
}
.TagClassName
{
border-color: #D99D02;
}
</style>