Shades of Gamboge #D4A202
Tints of Gamboge #D4A202
RGB
CMYK
RGB Variations
Color information
#D4A202 (or 0xD4A202) is known color: Gamboge. HEX triplet: D4, A2 and 02. RGB value is (212,162,2). Sum of RGB (Red+Green+Blue) = 212+162+2=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A202 is #2B5DFD. Grayscale: #9F9F9F. Windows color (decimal): -2842110 or 172756. OLE color: 172756.
HSL color Cylindrical-coordinate representation of color #D4A202: hue angle of 45.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4A202 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.17 |
| HSL | 45.71º | 0.98% | 0.42% | - |
| HSV(B) | 45.71º | 0.99% | 0.83% | - |
| XYZ | 40.08 | 39.84 | 5.64 | - |
| YUV | 158.71 | 39.57 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 2 | 0 | 0.24 | 0.99 | 0.17 | 45.71 | 0.98 | 0.42 |
| Hex | D4 | A2 | 2 | 0 | 18 | 63 | 11 | 2E | 62 | 2A |
| Octal | 324 | 242 | 2 | 0 | 30 | 143 | 21 | 56 | 142 | 52 |
| Binary | 11010100 | 10100010 | 10 | 0 | 11000 | 1100011 | 10001 | 101110 | 1100010 | 101010 |
Color Harmonies of #D4A202
Complementary color
Monochromatic Colors of #D4A202
Black with #D4A202
Text Example
Text Example
White with #D4A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A202; }
p { color: rgb(212,162,2); }
H1.HeaderClassName
{
color: #D4A202;
}
.AnyTagClassName
{
color: #D4A202;
}
</style>
background-color css
<style>
a { background-color: #D4A202; }
a { background-color: rgb(212,162,2); }
div.DivClassName
{
background-color: #D4A202;
}
.BgClassName
{
background-color: #D4A202;
}
</style>
border-color css
<style>
span { border-color: #D4A202; }
span { border-color: rgb(212,162,2); }
td.TdClassName
{
border-color: #D4A202;
}
.TagClassName
{
border-color: #D4A202;
}
</style>