Shades of Gamboge #D9A30A
Tints of Gamboge #D9A30A
RGB
CMYK
RGB Variations
Color information
#D9A30A (or 0xD9A30A) is known color: Gamboge. HEX triplet: D9, A3 and 0A. RGB value is (217,163,10). Sum of RGB (Red+Green+Blue) = 217+163+10=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A30A is #265CF5. Grayscale: #A2A2A2. Windows color (decimal): -2514166 or 697305. OLE color: 697305.
HSL color Cylindrical-coordinate representation of color #D9A30A: hue angle of 44.35º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9A30A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 10 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.15 |
| HSL | 44.35º | 0.91% | 0.45% | - |
| HSV(B) | 44.35º | 0.95% | 0.85% | - |
| XYZ | 41.77 | 40.97 | 5.99 | - |
| YUV | 161.7 | 42.39 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 10 | 0 | 0.25 | 0.95 | 0.15 | 44.35 | 0.91 | 0.45 |
| Hex | D9 | A3 | A | 0 | 19 | 5F | F | 2C | 5B | 2D |
| Octal | 331 | 243 | 12 | 0 | 31 | 137 | 17 | 54 | 133 | 55 |
| Binary | 11011001 | 10100011 | 1010 | 0 | 11001 | 1011111 | 1111 | 101100 | 1011011 | 101101 |
Color Harmonies of #D9A30A
Complementary color
Monochromatic Colors of #D9A30A
Black with #D9A30A
Text Example
Text Example
White with #D9A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A30A; }
p { color: rgb(217,163,10); }
H1.HeaderClassName
{
color: #D9A30A;
}
.AnyTagClassName
{
color: #D9A30A;
}
</style>
background-color css
<style>
a { background-color: #D9A30A; }
a { background-color: rgb(217,163,10); }
div.DivClassName
{
background-color: #D9A30A;
}
.BgClassName
{
background-color: #D9A30A;
}
</style>
border-color css
<style>
span { border-color: #D9A30A; }
span { border-color: rgb(217,163,10); }
td.TdClassName
{
border-color: #D9A30A;
}
.TagClassName
{
border-color: #D9A30A;
}
</style>