Shades of Gamboge #D9A309
Tints of Gamboge #D9A309
RGB
CMYK
RGB Variations
Color information
#D9A309 (or 0xD9A309) is known color: Gamboge. HEX triplet: D9, A3 and 09. RGB value is (217,163,9). Sum of RGB (Red+Green+Blue) = 217+163+9=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A309 is #265CF6. Grayscale: #A2A2A2. Windows color (decimal): -2514167 or 631769. OLE color: 631769.
HSL color Cylindrical-coordinate representation of color #D9A309: hue angle of 44.42º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9A309 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.15 |
| HSL | 44.42º | 0.92% | 0.44% | - |
| HSV(B) | 44.42º | 0.96% | 0.85% | - |
| XYZ | 41.76 | 40.97 | 5.96 | - |
| YUV | 161.59 | 41.89 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 9 | 0 | 0.25 | 0.96 | 0.15 | 44.42 | 0.92 | 0.44 |
| Hex | D9 | A3 | 9 | 0 | 19 | 60 | F | 2C | 5C | 2C |
| Octal | 331 | 243 | 11 | 0 | 31 | 140 | 17 | 54 | 134 | 54 |
| Binary | 11011001 | 10100011 | 1001 | 0 | 11001 | 1100000 | 1111 | 101100 | 1011100 | 101100 |
Color Harmonies of #D9A309
Complementary color
Monochromatic Colors of #D9A309
Black with #D9A309
Text Example
Text Example
White with #D9A309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A309; }
p { color: rgb(217,163,9); }
H1.HeaderClassName
{
color: #D9A309;
}
.AnyTagClassName
{
color: #D9A309;
}
</style>
background-color css
<style>
a { background-color: #D9A309; }
a { background-color: rgb(217,163,9); }
div.DivClassName
{
background-color: #D9A309;
}
.BgClassName
{
background-color: #D9A309;
}
</style>
border-color css
<style>
span { border-color: #D9A309; }
span { border-color: rgb(217,163,9); }
td.TdClassName
{
border-color: #D9A309;
}
.TagClassName
{
border-color: #D9A309;
}
</style>