Shades of Gamboge #D2A306
Tints of Gamboge #D2A306
RGB
CMYK
RGB Variations
Color information
#D2A306 (or 0xD2A306) is known color: Gamboge. HEX triplet: D2, A3 and 06. RGB value is (210,163,6). Sum of RGB (Red+Green+Blue) = 210+163+6=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A306 is #2D5CF9. Grayscale: #9F9F9F. Windows color (decimal): -2972922 or 435154. OLE color: 435154.
HSL color Cylindrical-coordinate representation of color #D2A306: hue angle of 46.18º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2A306 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 6 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.18 |
| HSL | 46.18º | 0.94% | 0.42% | - |
| HSV(B) | 46.18º | 0.97% | 0.82% | - |
| XYZ | 39.71 | 39.91 | 5.78 | - |
| YUV | 159.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 6 | 0 | 0.22 | 0.97 | 0.18 | 46.18 | 0.94 | 0.42 |
| Hex | D2 | A3 | 6 | 0 | 16 | 61 | 12 | 2E | 5E | 2A |
| Octal | 322 | 243 | 6 | 0 | 26 | 141 | 22 | 56 | 136 | 52 |
| Binary | 11010010 | 10100011 | 110 | 0 | 10110 | 1100001 | 10010 | 101110 | 1011110 | 101010 |
Color Harmonies of #D2A306
Complementary color
Monochromatic Colors of #D2A306
Black with #D2A306
Text Example
Text Example
White with #D2A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A306; }
p { color: rgb(210,163,6); }
H1.HeaderClassName
{
color: #D2A306;
}
.AnyTagClassName
{
color: #D2A306;
}
</style>
background-color css
<style>
a { background-color: #D2A306; }
a { background-color: rgb(210,163,6); }
div.DivClassName
{
background-color: #D2A306;
}
.BgClassName
{
background-color: #D2A306;
}
</style>
border-color css
<style>
span { border-color: #D2A306; }
span { border-color: rgb(210,163,6); }
td.TdClassName
{
border-color: #D2A306;
}
.TagClassName
{
border-color: #D2A306;
}
</style>