Shades of Gamboge #D3A805
Tints of Gamboge #D3A805
RGB
CMYK
RGB Variations
Color information
#D3A805 (or 0xD3A805) is known color: Gamboge. HEX triplet: D3, A8 and 05. RGB value is (211,168,5). Sum of RGB (Red+Green+Blue) = 211+168+5=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A805 is #2C57FA. Grayscale: #A2A2A2. Windows color (decimal): -2906107 or 370899. OLE color: 370899.
HSL color Cylindrical-coordinate representation of color #D3A805: hue angle of 47.48º 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 #D3A805 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.17 |
| HSL | 47.48º | 0.95% | 0.42% | - |
| HSV(B) | 47.48º | 0.98% | 0.83% | - |
| XYZ | 40.89 | 41.87 | 6.07 | - |
| YUV | 162.28 | 39.25 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 5 | 0 | 0.20 | 0.98 | 0.17 | 47.48 | 0.95 | 0.42 |
| Hex | D3 | A8 | 5 | 0 | 14 | 62 | 11 | 2F | 5F | 2A |
| Octal | 323 | 250 | 5 | 0 | 24 | 142 | 21 | 57 | 137 | 52 |
| Binary | 11010011 | 10101000 | 101 | 0 | 10100 | 1100010 | 10001 | 101111 | 1011111 | 101010 |
Color Harmonies of #D3A805
Complementary color
Monochromatic Colors of #D3A805
Black with #D3A805
Text Example
Text Example
White with #D3A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A805; }
p { color: rgb(211,168,5); }
H1.HeaderClassName
{
color: #D3A805;
}
.AnyTagClassName
{
color: #D3A805;
}
</style>
background-color css
<style>
a { background-color: #D3A805; }
a { background-color: rgb(211,168,5); }
div.DivClassName
{
background-color: #D3A805;
}
.BgClassName
{
background-color: #D3A805;
}
</style>
border-color css
<style>
span { border-color: #D3A805; }
span { border-color: rgb(211,168,5); }
td.TdClassName
{
border-color: #D3A805;
}
.TagClassName
{
border-color: #D3A805;
}
</style>