Shades of Gamboge #D9AD04
Tints of Gamboge #D9AD04
RGB
CMYK
RGB Variations
Color information
#D9AD04 (or 0xD9AD04) is known color: Gamboge. HEX triplet: D9, AD and 04. RGB value is (217,173,4). Sum of RGB (Red+Green+Blue) = 217+173+4=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AD04 is #2652FB. Grayscale: #A7A7A7. Windows color (decimal): -2511612 or 306649. OLE color: 306649.
HSL color Cylindrical-coordinate representation of color #D9AD04: hue angle of 47.61º 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 #D9AD04 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.15 |
| HSL | 47.61º | 0.96% | 0.43% | - |
| HSV(B) | 47.61º | 0.98% | 0.85% | - |
| XYZ | 43.58 | 44.65 | 6.44 | - |
| YUV | 166.89 | 36.08 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 4 | 0 | 0.20 | 0.98 | 0.15 | 47.61 | 0.96 | 0.43 |
| Hex | D9 | AD | 4 | 0 | 14 | 62 | F | 30 | 60 | 2B |
| Octal | 331 | 255 | 4 | 0 | 24 | 142 | 17 | 60 | 140 | 53 |
| Binary | 11011001 | 10101101 | 100 | 0 | 10100 | 1100010 | 1111 | 110000 | 1100000 | 101011 |
Color Harmonies of #D9AD04
Complementary color
Monochromatic Colors of #D9AD04
Black with #D9AD04
Text Example
Text Example
White with #D9AD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD04; }
p { color: rgb(217,173,4); }
H1.HeaderClassName
{
color: #D9AD04;
}
.AnyTagClassName
{
color: #D9AD04;
}
</style>
background-color css
<style>
a { background-color: #D9AD04; }
a { background-color: rgb(217,173,4); }
div.DivClassName
{
background-color: #D9AD04;
}
.BgClassName
{
background-color: #D9AD04;
}
</style>
border-color css
<style>
span { border-color: #D9AD04; }
span { border-color: rgb(217,173,4); }
td.TdClassName
{
border-color: #D9AD04;
}
.TagClassName
{
border-color: #D9AD04;
}
</style>