Shades of Gamboge #D3A605
Tints of Gamboge #D3A605
RGB
CMYK
RGB Variations
Color information
#D3A605 (or 0xD3A605) is known color: Gamboge. HEX triplet: D3, A6 and 05. RGB value is (211,166,5). Sum of RGB (Red+Green+Blue) = 211+166+5=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A605 is #2C59FA. Grayscale: #A1A1A1. Windows color (decimal): -2906619 or 370387. OLE color: 370387.
HSL color Cylindrical-coordinate representation of color #D3A605: hue angle of 46.89º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3A605 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 166 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.17 |
| HSL | 46.89º | 0.95% | 0.42% | - |
| HSV(B) | 46.89º | 0.98% | 0.83% | - |
| XYZ | 40.53 | 41.13 | 5.95 | - |
| YUV | 161.1 | 39.91 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 5 | 0 | 0.21 | 0.98 | 0.17 | 46.89 | 0.95 | 0.42 |
| Hex | D3 | A6 | 5 | 0 | 15 | 62 | 11 | 2F | 5F | 2A |
| Octal | 323 | 246 | 5 | 0 | 25 | 142 | 21 | 57 | 137 | 52 |
| Binary | 11010011 | 10100110 | 101 | 0 | 10101 | 1100010 | 10001 | 101111 | 1011111 | 101010 |
Color Harmonies of #D3A605
Complementary color
Monochromatic Colors of #D3A605
Black with #D3A605
Text Example
Text Example
White with #D3A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A605; }
p { color: rgb(211,166,5); }
H1.HeaderClassName
{
color: #D3A605;
}
.AnyTagClassName
{
color: #D3A605;
}
</style>
background-color css
<style>
a { background-color: #D3A605; }
a { background-color: rgb(211,166,5); }
div.DivClassName
{
background-color: #D3A605;
}
.BgClassName
{
background-color: #D3A605;
}
</style>
border-color css
<style>
span { border-color: #D3A605; }
span { border-color: rgb(211,166,5); }
td.TdClassName
{
border-color: #D3A605;
}
.TagClassName
{
border-color: #D3A605;
}
</style>