Shades of Gamboge #D4AC03
Tints of Gamboge #D4AC03
RGB
CMYK
RGB Variations
Color information
#D4AC03 (or 0xD4AC03) is known color: Gamboge. HEX triplet: D4, AC and 03. RGB value is (212,172,3). Sum of RGB (Red+Green+Blue) = 212+172+3=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AC03 is #2B53FC. Grayscale: #A5A5A5. Windows color (decimal): -2839549 or 240852. OLE color: 240852.
HSL color Cylindrical-coordinate representation of color #D4AC03: hue angle of 48.52º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4AC03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.17 |
| HSL | 48.52º | 0.97% | 0.42% | - |
| HSV(B) | 48.52º | 0.99% | 0.83% | - |
| XYZ | 41.92 | 43.51 | 6.27 | - |
| YUV | 164.69 | 36.75 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 3 | 0 | 0.19 | 0.99 | 0.17 | 48.52 | 0.97 | 0.42 |
| Hex | D4 | AC | 3 | 0 | 13 | 63 | 11 | 31 | 61 | 2A |
| Octal | 324 | 254 | 3 | 0 | 23 | 143 | 21 | 61 | 141 | 52 |
| Binary | 11010100 | 10101100 | 11 | 0 | 10011 | 1100011 | 10001 | 110001 | 1100001 | 101010 |
Color Harmonies of #D4AC03
Complementary color
Monochromatic Colors of #D4AC03
Black with #D4AC03
Text Example
Text Example
White with #D4AC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC03; }
p { color: rgb(212,172,3); }
H1.HeaderClassName
{
color: #D4AC03;
}
.AnyTagClassName
{
color: #D4AC03;
}
</style>
background-color css
<style>
a { background-color: #D4AC03; }
a { background-color: rgb(212,172,3); }
div.DivClassName
{
background-color: #D4AC03;
}
.BgClassName
{
background-color: #D4AC03;
}
</style>
border-color css
<style>
span { border-color: #D4AC03; }
span { border-color: rgb(212,172,3); }
td.TdClassName
{
border-color: #D4AC03;
}
.TagClassName
{
border-color: #D4AC03;
}
</style>