Shades of Gamboge #DA9904
Tints of Gamboge #DA9904
RGB
CMYK
RGB Variations
Color information
#DA9904 (or 0xDA9904) is known color: Gamboge. HEX triplet: DA, 99 and 04. RGB value is (218,153,4). Sum of RGB (Red+Green+Blue) = 218+153+4=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9904 is #2566FB. Grayscale: #9C9C9C. Windows color (decimal): -2451196 or 301530. OLE color: 301530.
HSL color Cylindrical-coordinate representation of color #DA9904: hue angle of 41.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA9904 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.15 |
| HSL | 41.78º | 0.96% | 0.44% | - |
| HSV(B) | 41.78º | 0.98% | 0.85% | - |
| XYZ | 40.33 | 37.7 | 5.27 | - |
| YUV | 155.45 | 42.53 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 4 | 0 | 0.30 | 0.98 | 0.15 | 41.78 | 0.96 | 0.44 |
| Hex | DA | 99 | 4 | 0 | 1E | 62 | F | 2A | 60 | 2C |
| Octal | 332 | 231 | 4 | 0 | 36 | 142 | 17 | 52 | 140 | 54 |
| Binary | 11011010 | 10011001 | 100 | 0 | 11110 | 1100010 | 1111 | 101010 | 1100000 | 101100 |
Color Harmonies of #DA9904
Complementary color
Monochromatic Colors of #DA9904
Black with #DA9904
Text Example
Text Example
White with #DA9904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9904; }
p { color: rgb(218,153,4); }
H1.HeaderClassName
{
color: #DA9904;
}
.AnyTagClassName
{
color: #DA9904;
}
</style>
background-color css
<style>
a { background-color: #DA9904; }
a { background-color: rgb(218,153,4); }
div.DivClassName
{
background-color: #DA9904;
}
.BgClassName
{
background-color: #DA9904;
}
</style>
border-color css
<style>
span { border-color: #DA9904; }
span { border-color: rgb(218,153,4); }
td.TdClassName
{
border-color: #DA9904;
}
.TagClassName
{
border-color: #DA9904;
}
</style>