Shades of Gamboge #D2A30A
Tints of Gamboge #D2A30A
RGB
CMYK
RGB Variations
Color information
#D2A30A (or 0xD2A30A) is known color: Gamboge. HEX triplet: D2, A3 and 0A. RGB value is (210,163,10). Sum of RGB (Red+Green+Blue) = 210+163+10=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A30A is #2D5CF5. Grayscale: #A0A0A0. Windows color (decimal): -2972918 or 697298. OLE color: 697298.
HSL color Cylindrical-coordinate representation of color #D2A30A: hue angle of 45.9º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2A30A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 10 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.18 |
| HSL | 45.9º | 0.91% | 0.43% | - |
| HSV(B) | 45.9º | 0.95% | 0.82% | - |
| XYZ | 39.73 | 39.92 | 5.9 | - |
| YUV | 159.61 | 43.57 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 10 | 0 | 0.22 | 0.95 | 0.18 | 45.9 | 0.91 | 0.43 |
| Hex | D2 | A3 | A | 0 | 16 | 5F | 12 | 2E | 5B | 2B |
| Octal | 322 | 243 | 12 | 0 | 26 | 137 | 22 | 56 | 133 | 53 |
| Binary | 11010010 | 10100011 | 1010 | 0 | 10110 | 1011111 | 10010 | 101110 | 1011011 | 101011 |
Color Harmonies of #D2A30A
Complementary color
Monochromatic Colors of #D2A30A
Black with #D2A30A
Text Example
Text Example
White with #D2A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A30A; }
p { color: rgb(210,163,10); }
H1.HeaderClassName
{
color: #D2A30A;
}
.AnyTagClassName
{
color: #D2A30A;
}
</style>
background-color css
<style>
a { background-color: #D2A30A; }
a { background-color: rgb(210,163,10); }
div.DivClassName
{
background-color: #D2A30A;
}
.BgClassName
{
background-color: #D2A30A;
}
</style>
border-color css
<style>
span { border-color: #D2A30A; }
span { border-color: rgb(210,163,10); }
td.TdClassName
{
border-color: #D2A30A;
}
.TagClassName
{
border-color: #D2A30A;
}
</style>