Shades of Gamboge #D3A609
Tints of Gamboge #D3A609
RGB
CMYK
RGB Variations
Color information
#D3A609 (or 0xD3A609) is known color: Gamboge. HEX triplet: D3, A6 and 09. RGB value is (211,166,9). Sum of RGB (Red+Green+Blue) = 211+166+9=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A609 is #2C59F6. Grayscale: #A2A2A2. Windows color (decimal): -2906615 or 632531. OLE color: 632531.
HSL color Cylindrical-coordinate representation of color #D3A609: hue angle of 46.63º 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 #D3A609 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 166 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.17 |
| HSL | 46.63º | 0.92% | 0.43% | - |
| HSV(B) | 46.63º | 0.96% | 0.83% | - |
| XYZ | 40.55 | 41.14 | 6.06 | - |
| YUV | 161.56 | 41.91 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 9 | 0 | 0.21 | 0.96 | 0.17 | 46.63 | 0.92 | 0.43 |
| Hex | D3 | A6 | 9 | 0 | 15 | 60 | 11 | 2F | 5C | 2B |
| Octal | 323 | 246 | 11 | 0 | 25 | 140 | 21 | 57 | 134 | 53 |
| Binary | 11010011 | 10100110 | 1001 | 0 | 10101 | 1100000 | 10001 | 101111 | 1011100 | 101011 |
Color Harmonies of #D3A609
Complementary color
Monochromatic Colors of #D3A609
Black with #D3A609
Text Example
Text Example
White with #D3A609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A609; }
p { color: rgb(211,166,9); }
H1.HeaderClassName
{
color: #D3A609;
}
.AnyTagClassName
{
color: #D3A609;
}
</style>
background-color css
<style>
a { background-color: #D3A609; }
a { background-color: rgb(211,166,9); }
div.DivClassName
{
background-color: #D3A609;
}
.BgClassName
{
background-color: #D3A609;
}
</style>
border-color css
<style>
span { border-color: #D3A609; }
span { border-color: rgb(211,166,9); }
td.TdClassName
{
border-color: #D3A609;
}
.TagClassName
{
border-color: #D3A609;
}
</style>