Shades of Gamboge #D9A202
Tints of Gamboge #D9A202
RGB
CMYK
RGB Variations
Color information
#D9A202 (or 0xD9A202) is known color: Gamboge. HEX triplet: D9, A2 and 02. RGB value is (217,162,2). Sum of RGB (Red+Green+Blue) = 217+162+2=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A202 is #265DFD. Grayscale: #A0A0A0. Windows color (decimal): -2514430 or 172761. OLE color: 172761.
HSL color Cylindrical-coordinate representation of color #D9A202: hue angle of 44.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 #D9A202 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.15 |
| HSL | 44.65º | 0.98% | 0.43% | - |
| HSV(B) | 44.65º | 0.99% | 0.85% | - |
| XYZ | 41.55 | 40.6 | 5.7 | - |
| YUV | 160.21 | 38.72 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 2 | 0 | 0.25 | 0.99 | 0.15 | 44.65 | 0.98 | 0.43 |
| Hex | D9 | A2 | 2 | 0 | 19 | 63 | F | 2D | 62 | 2B |
| Octal | 331 | 242 | 2 | 0 | 31 | 143 | 17 | 55 | 142 | 53 |
| Binary | 11011001 | 10100010 | 10 | 0 | 11001 | 1100011 | 1111 | 101101 | 1100010 | 101011 |
Color Harmonies of #D9A202
Complementary color
Monochromatic Colors of #D9A202
Black with #D9A202
Text Example
Text Example
White with #D9A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A202; }
p { color: rgb(217,162,2); }
H1.HeaderClassName
{
color: #D9A202;
}
.AnyTagClassName
{
color: #D9A202;
}
</style>
background-color css
<style>
a { background-color: #D9A202; }
a { background-color: rgb(217,162,2); }
div.DivClassName
{
background-color: #D9A202;
}
.BgClassName
{
background-color: #D9A202;
}
</style>
border-color css
<style>
span { border-color: #D9A202; }
span { border-color: rgb(217,162,2); }
td.TdClassName
{
border-color: #D9A202;
}
.TagClassName
{
border-color: #D9A202;
}
</style>