Shades of Gamboge #D2A609
Tints of Gamboge #D2A609
RGB
CMYK
RGB Variations
Color information
#D2A609 (or 0xD2A609) is known color: Gamboge. HEX triplet: D2, A6 and 09. RGB value is (210,166,9). Sum of RGB (Red+Green+Blue) = 210+166+9=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A609 is #2D59F6. Grayscale: #A1A1A1. Windows color (decimal): -2972151 or 632530. OLE color: 632530.
HSL color Cylindrical-coordinate representation of color #D2A609: hue angle of 46.87º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2A609 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.18 |
| HSL | 46.87º | 0.92% | 0.43% | - |
| HSV(B) | 46.87º | 0.96% | 0.82% | - |
| XYZ | 40.26 | 40.99 | 6.05 | - |
| YUV | 161.26 | 42.08 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 9 | 0 | 0.21 | 0.96 | 0.18 | 46.87 | 0.92 | 0.43 |
| Hex | D2 | A6 | 9 | 0 | 15 | 60 | 12 | 2F | 5C | 2B |
| Octal | 322 | 246 | 11 | 0 | 25 | 140 | 22 | 57 | 134 | 53 |
| Binary | 11010010 | 10100110 | 1001 | 0 | 10101 | 1100000 | 10010 | 101111 | 1011100 | 101011 |
Color Harmonies of #D2A609
Complementary color
Monochromatic Colors of #D2A609
Black with #D2A609
Text Example
Text Example
White with #D2A609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A609; }
p { color: rgb(210,166,9); }
H1.HeaderClassName
{
color: #D2A609;
}
.AnyTagClassName
{
color: #D2A609;
}
</style>
background-color css
<style>
a { background-color: #D2A609; }
a { background-color: rgb(210,166,9); }
div.DivClassName
{
background-color: #D2A609;
}
.BgClassName
{
background-color: #D2A609;
}
</style>
border-color css
<style>
span { border-color: #D2A609; }
span { border-color: rgb(210,166,9); }
td.TdClassName
{
border-color: #D2A609;
}
.TagClassName
{
border-color: #D2A609;
}
</style>