Shades of Gamboge #D5A209
Tints of Gamboge #D5A209
RGB
CMYK
RGB Variations
Color information
#D5A209 (or 0xD5A209) is known color: Gamboge. HEX triplet: D5, A2 and 09. RGB value is (213,162,9). Sum of RGB (Red+Green+Blue) = 213+162+9=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A209 is #2A5DF6. Grayscale: #A0A0A0. Windows color (decimal): -2776567 or 631509. OLE color: 631509.
HSL color Cylindrical-coordinate representation of color #D5A209: hue angle of 45º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5A209 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.16 |
| HSL | 45º | 0.92% | 0.44% | - |
| HSV(B) | 45º | 0.96% | 0.84% | - |
| XYZ | 40.41 | 40.01 | 5.85 | - |
| YUV | 159.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 9 | 0 | 0.24 | 0.96 | 0.16 | 45 | 0.92 | 0.44 |
| Hex | D5 | A2 | 9 | 0 | 18 | 60 | 10 | 2D | 5C | 2C |
| Octal | 325 | 242 | 11 | 0 | 30 | 140 | 20 | 55 | 134 | 54 |
| Binary | 11010101 | 10100010 | 1001 | 0 | 11000 | 1100000 | 10000 | 101101 | 1011100 | 101100 |
Color Harmonies of #D5A209
Complementary color
Monochromatic Colors of #D5A209
Black with #D5A209
Text Example
Text Example
White with #D5A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A209; }
p { color: rgb(213,162,9); }
H1.HeaderClassName
{
color: #D5A209;
}
.AnyTagClassName
{
color: #D5A209;
}
</style>
background-color css
<style>
a { background-color: #D5A209; }
a { background-color: rgb(213,162,9); }
div.DivClassName
{
background-color: #D5A209;
}
.BgClassName
{
background-color: #D5A209;
}
</style>
border-color css
<style>
span { border-color: #D5A209; }
span { border-color: rgb(213,162,9); }
td.TdClassName
{
border-color: #D5A209;
}
.TagClassName
{
border-color: #D5A209;
}
</style>