Shades of Gamboge #D3A905
Tints of Gamboge #D3A905
RGB
CMYK
RGB Variations
Color information
#D3A905 (or 0xD3A905) is known color: Gamboge. HEX triplet: D3, A9 and 05. RGB value is (211,169,5). Sum of RGB (Red+Green+Blue) = 211+169+5=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A905 is #2C56FA. Grayscale: #A3A3A3. Windows color (decimal): -2905851 or 371155. OLE color: 371155.
HSL color Cylindrical-coordinate representation of color #D3A905: hue angle of 47.77º 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 #D3A905 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.17 |
| HSL | 47.77º | 0.95% | 0.42% | - |
| HSV(B) | 47.77º | 0.98% | 0.83% | - |
| XYZ | 41.08 | 42.24 | 6.13 | - |
| YUV | 162.86 | 38.91 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 5 | 0 | 0.20 | 0.98 | 0.17 | 47.77 | 0.95 | 0.42 |
| Hex | D3 | A9 | 5 | 0 | 14 | 62 | 11 | 30 | 5F | 2A |
| Octal | 323 | 251 | 5 | 0 | 24 | 142 | 21 | 60 | 137 | 52 |
| Binary | 11010011 | 10101001 | 101 | 0 | 10100 | 1100010 | 10001 | 110000 | 1011111 | 101010 |
Color Harmonies of #D3A905
Complementary color
Monochromatic Colors of #D3A905
Black with #D3A905
Text Example
Text Example
White with #D3A905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A905; }
p { color: rgb(211,169,5); }
H1.HeaderClassName
{
color: #D3A905;
}
.AnyTagClassName
{
color: #D3A905;
}
</style>
background-color css
<style>
a { background-color: #D3A905; }
a { background-color: rgb(211,169,5); }
div.DivClassName
{
background-color: #D3A905;
}
.BgClassName
{
background-color: #D3A905;
}
</style>
border-color css
<style>
span { border-color: #D3A905; }
span { border-color: rgb(211,169,5); }
td.TdClassName
{
border-color: #D3A905;
}
.TagClassName
{
border-color: #D3A905;
}
</style>