Shades of Gamboge #D4A205
Tints of Gamboge #D4A205
RGB
CMYK
RGB Variations
Color information
#D4A205 (or 0xD4A205) is known color: Gamboge. HEX triplet: D4, A2 and 05. RGB value is (212,162,5). Sum of RGB (Red+Green+Blue) = 212+162+5=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A205 is #2B5DFA. Grayscale: #9F9F9F. Windows color (decimal): -2842107 or 369364. OLE color: 369364.
HSL color Cylindrical-coordinate representation of color #D4A205: hue angle of 45.51º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4A205 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.17 |
| HSL | 45.51º | 0.95% | 0.43% | - |
| HSV(B) | 45.51º | 0.98% | 0.83% | - |
| XYZ | 40.1 | 39.85 | 5.72 | - |
| YUV | 159.05 | 41.07 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 5 | 0 | 0.24 | 0.98 | 0.17 | 45.51 | 0.95 | 0.43 |
| Hex | D4 | A2 | 5 | 0 | 18 | 62 | 11 | 2E | 5F | 2B |
| Octal | 324 | 242 | 5 | 0 | 30 | 142 | 21 | 56 | 137 | 53 |
| Binary | 11010100 | 10100010 | 101 | 0 | 11000 | 1100010 | 10001 | 101110 | 1011111 | 101011 |
Color Harmonies of #D4A205
Complementary color
Monochromatic Colors of #D4A205
Black with #D4A205
Text Example
Text Example
White with #D4A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A205; }
p { color: rgb(212,162,5); }
H1.HeaderClassName
{
color: #D4A205;
}
.AnyTagClassName
{
color: #D4A205;
}
</style>
background-color css
<style>
a { background-color: #D4A205; }
a { background-color: rgb(212,162,5); }
div.DivClassName
{
background-color: #D4A205;
}
.BgClassName
{
background-color: #D4A205;
}
</style>
border-color css
<style>
span { border-color: #D4A205; }
span { border-color: rgb(212,162,5); }
td.TdClassName
{
border-color: #D4A205;
}
.TagClassName
{
border-color: #D4A205;
}
</style>