Shades of Gamboge #D9AC04
Tints of Gamboge #D9AC04
RGB
CMYK
RGB Variations
Color information
#D9AC04 (or 0xD9AC04) is known color: Gamboge. HEX triplet: D9, AC and 04. RGB value is (217,172,4). Sum of RGB (Red+Green+Blue) = 217+172+4=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AC04 is #2653FB. Grayscale: #A7A7A7. Windows color (decimal): -2511868 or 306393. OLE color: 306393.
HSL color Cylindrical-coordinate representation of color #D9AC04: hue angle of 47.32º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9AC04 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.15 |
| HSL | 47.32º | 0.96% | 0.43% | - |
| HSV(B) | 47.32º | 0.98% | 0.85% | - |
| XYZ | 43.39 | 44.27 | 6.37 | - |
| YUV | 166.3 | 36.41 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 4 | 0 | 0.21 | 0.98 | 0.15 | 47.32 | 0.96 | 0.43 |
| Hex | D9 | AC | 4 | 0 | 15 | 62 | F | 2F | 60 | 2B |
| Octal | 331 | 254 | 4 | 0 | 25 | 142 | 17 | 57 | 140 | 53 |
| Binary | 11011001 | 10101100 | 100 | 0 | 10101 | 1100010 | 1111 | 101111 | 1100000 | 101011 |
Color Harmonies of #D9AC04
Complementary color
Monochromatic Colors of #D9AC04
Black with #D9AC04
Text Example
Text Example
White with #D9AC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC04; }
p { color: rgb(217,172,4); }
H1.HeaderClassName
{
color: #D9AC04;
}
.AnyTagClassName
{
color: #D9AC04;
}
</style>
background-color css
<style>
a { background-color: #D9AC04; }
a { background-color: rgb(217,172,4); }
div.DivClassName
{
background-color: #D9AC04;
}
.BgClassName
{
background-color: #D9AC04;
}
</style>
border-color css
<style>
span { border-color: #D9AC04; }
span { border-color: rgb(217,172,4); }
td.TdClassName
{
border-color: #D9AC04;
}
.TagClassName
{
border-color: #D9AC04;
}
</style>