Shades of Gamboge #D2A202
Tints of Gamboge #D2A202
RGB
CMYK
RGB Variations
Color information
#D2A202 (or 0xD2A202) is known color: Gamboge. HEX triplet: D2, A2 and 02. RGB value is (210,162,2). Sum of RGB (Red+Green+Blue) = 210+162+2=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A202 is #2D5DFD. Grayscale: #9E9E9E. Windows color (decimal): -2973182 or 172754. OLE color: 172754.
HSL color Cylindrical-coordinate representation of color #D2A202: hue angle of 46.15º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2A202 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.18 |
| HSL | 46.15º | 0.98% | 0.42% | - |
| HSV(B) | 46.15º | 0.99% | 0.82% | - |
| XYZ | 39.51 | 39.55 | 5.61 | - |
| YUV | 158.11 | 39.9 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 2 | 0 | 0.23 | 0.99 | 0.18 | 46.15 | 0.98 | 0.42 |
| Hex | D2 | A2 | 2 | 0 | 17 | 63 | 12 | 2E | 62 | 2A |
| Octal | 322 | 242 | 2 | 0 | 27 | 143 | 22 | 56 | 142 | 52 |
| Binary | 11010010 | 10100010 | 10 | 0 | 10111 | 1100011 | 10010 | 101110 | 1100010 | 101010 |
Color Harmonies of #D2A202
Complementary color
Monochromatic Colors of #D2A202
Black with #D2A202
Text Example
Text Example
White with #D2A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A202; }
p { color: rgb(210,162,2); }
H1.HeaderClassName
{
color: #D2A202;
}
.AnyTagClassName
{
color: #D2A202;
}
</style>
background-color css
<style>
a { background-color: #D2A202; }
a { background-color: rgb(210,162,2); }
div.DivClassName
{
background-color: #D2A202;
}
.BgClassName
{
background-color: #D2A202;
}
</style>
border-color css
<style>
span { border-color: #D2A202; }
span { border-color: rgb(210,162,2); }
td.TdClassName
{
border-color: #D2A202;
}
.TagClassName
{
border-color: #D2A202;
}
</style>