Shades of Gamboge #D4A709
Tints of Gamboge #D4A709
RGB
CMYK
RGB Variations
Color information
#D4A709 (or 0xD4A709) is known color: Gamboge. HEX triplet: D4, A7 and 09. RGB value is (212,167,9). Sum of RGB (Red+Green+Blue) = 212+167+9=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A709 is #2B58F6. Grayscale: #A3A3A3. Windows color (decimal): -2840823 or 632788. OLE color: 632788.
HSL color Cylindrical-coordinate representation of color #D4A709: hue angle of 46.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4A709 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.17 |
| HSL | 46.7º | 0.92% | 0.43% | - |
| HSV(B) | 46.7º | 0.96% | 0.83% | - |
| XYZ | 41.02 | 41.65 | 6.14 | - |
| YUV | 162.44 | 41.41 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 9 | 0 | 0.21 | 0.96 | 0.17 | 46.7 | 0.92 | 0.43 |
| Hex | D4 | A7 | 9 | 0 | 15 | 60 | 11 | 2F | 5C | 2B |
| Octal | 324 | 247 | 11 | 0 | 25 | 140 | 21 | 57 | 134 | 53 |
| Binary | 11010100 | 10100111 | 1001 | 0 | 10101 | 1100000 | 10001 | 101111 | 1011100 | 101011 |
Color Harmonies of #D4A709
Complementary color
Monochromatic Colors of #D4A709
Black with #D4A709
Text Example
Text Example
White with #D4A709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A709; }
p { color: rgb(212,167,9); }
H1.HeaderClassName
{
color: #D4A709;
}
.AnyTagClassName
{
color: #D4A709;
}
</style>
background-color css
<style>
a { background-color: #D4A709; }
a { background-color: rgb(212,167,9); }
div.DivClassName
{
background-color: #D4A709;
}
.BgClassName
{
background-color: #D4A709;
}
</style>
border-color css
<style>
span { border-color: #D4A709; }
span { border-color: rgb(212,167,9); }
td.TdClassName
{
border-color: #D4A709;
}
.TagClassName
{
border-color: #D4A709;
}
</style>