Shades of Gamboge #D2A402
Tints of Gamboge #D2A402
RGB
CMYK
RGB Variations
Color information
#D2A402 (or 0xD2A402) is known color: Gamboge. HEX triplet: D2, A4 and 02. RGB value is (210,164,2). Sum of RGB (Red+Green+Blue) = 210+164+2=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A402 is #2D5BFD. Grayscale: #9F9F9F. Windows color (decimal): -2972670 or 173266. OLE color: 173266.
HSL color Cylindrical-coordinate representation of color #D2A402: hue angle of 46.73º 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 #D2A402 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.18 |
| HSL | 46.73º | 0.98% | 0.42% | - |
| HSV(B) | 46.73º | 0.99% | 0.82% | - |
| XYZ | 39.86 | 40.26 | 5.73 | - |
| YUV | 159.29 | 39.24 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 2 | 0 | 0.22 | 0.99 | 0.18 | 46.73 | 0.98 | 0.42 |
| Hex | D2 | A4 | 2 | 0 | 16 | 63 | 12 | 2F | 62 | 2A |
| Octal | 322 | 244 | 2 | 0 | 26 | 143 | 22 | 57 | 142 | 52 |
| Binary | 11010010 | 10100100 | 10 | 0 | 10110 | 1100011 | 10010 | 101111 | 1100010 | 101010 |
Color Harmonies of #D2A402
Complementary color
Monochromatic Colors of #D2A402
Black with #D2A402
Text Example
Text Example
White with #D2A402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A402; }
p { color: rgb(210,164,2); }
H1.HeaderClassName
{
color: #D2A402;
}
.AnyTagClassName
{
color: #D2A402;
}
</style>
background-color css
<style>
a { background-color: #D2A402; }
a { background-color: rgb(210,164,2); }
div.DivClassName
{
background-color: #D2A402;
}
.BgClassName
{
background-color: #D2A402;
}
</style>
border-color css
<style>
span { border-color: #D2A402; }
span { border-color: rgb(210,164,2); }
td.TdClassName
{
border-color: #D2A402;
}
.TagClassName
{
border-color: #D2A402;
}
</style>