Shades of Gamboge #D4A50E
Tints of Gamboge #D4A50E
RGB
CMYK
RGB Variations
Color information
#D4A50E (or 0xD4A50E) is known color: Gamboge. HEX triplet: D4, A5 and 0E. RGB value is (212,165,14). Sum of RGB (Red+Green+Blue) = 212+165+14=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A50E is #2B5AF1. Grayscale: #A2A2A2. Windows color (decimal): -2841330 or 959956. OLE color: 959956.
HSL color Cylindrical-coordinate representation of color #D4A50E: hue angle of 45.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4A50E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.17 |
| HSL | 45.76º | 0.88% | 0.44% | - |
| HSV(B) | 45.76º | 0.93% | 0.83% | - |
| XYZ | 40.69 | 40.94 | 6.17 | - |
| YUV | 161.84 | 44.57 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 14 | 0 | 0.22 | 0.93 | 0.17 | 45.76 | 0.88 | 0.44 |
| Hex | D4 | A5 | E | 0 | 16 | 5D | 11 | 2E | 58 | 2C |
| Octal | 324 | 245 | 16 | 0 | 26 | 135 | 21 | 56 | 130 | 54 |
| Binary | 11010100 | 10100101 | 1110 | 0 | 10110 | 1011101 | 10001 | 101110 | 1011000 | 101100 |
Color Harmonies of #D4A50E
Complementary color
Monochromatic Colors of #D4A50E
Black with #D4A50E
Text Example
Text Example
White with #D4A50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A50E; }
p { color: rgb(212,165,14); }
H1.HeaderClassName
{
color: #D4A50E;
}
.AnyTagClassName
{
color: #D4A50E;
}
</style>
background-color css
<style>
a { background-color: #D4A50E; }
a { background-color: rgb(212,165,14); }
div.DivClassName
{
background-color: #D4A50E;
}
.BgClassName
{
background-color: #D4A50E;
}
</style>
border-color css
<style>
span { border-color: #D4A50E; }
span { border-color: rgb(212,165,14); }
td.TdClassName
{
border-color: #D4A50E;
}
.TagClassName
{
border-color: #D4A50E;
}
</style>