Shades of Gamboge #DA9A04
Tints of Gamboge #DA9A04
RGB
CMYK
RGB Variations
Color information
#DA9A04 (or 0xDA9A04) is known color: Gamboge. HEX triplet: DA, 9A and 04. RGB value is (218,154,4). Sum of RGB (Red+Green+Blue) = 218+154+4=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A04 is #2565FB. Grayscale: #9C9C9C. Windows color (decimal): -2450940 or 301786. OLE color: 301786.
HSL color Cylindrical-coordinate representation of color #DA9A04: hue angle of 42.06º 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 #DA9A04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.15 |
| HSL | 42.06º | 0.96% | 0.44% | - |
| HSV(B) | 42.06º | 0.98% | 0.85% | - |
| XYZ | 40.49 | 38.03 | 5.32 | - |
| YUV | 156.04 | 42.2 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 4 | 0 | 0.29 | 0.98 | 0.15 | 42.06 | 0.96 | 0.44 |
| Hex | DA | 9A | 4 | 0 | 1D | 62 | F | 2A | 60 | 2C |
| Octal | 332 | 232 | 4 | 0 | 35 | 142 | 17 | 52 | 140 | 54 |
| Binary | 11011010 | 10011010 | 100 | 0 | 11101 | 1100010 | 1111 | 101010 | 1100000 | 101100 |
Color Harmonies of #DA9A04
Complementary color
Monochromatic Colors of #DA9A04
Black with #DA9A04
Text Example
Text Example
White with #DA9A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A04; }
p { color: rgb(218,154,4); }
H1.HeaderClassName
{
color: #DA9A04;
}
.AnyTagClassName
{
color: #DA9A04;
}
</style>
background-color css
<style>
a { background-color: #DA9A04; }
a { background-color: rgb(218,154,4); }
div.DivClassName
{
background-color: #DA9A04;
}
.BgClassName
{
background-color: #DA9A04;
}
</style>
border-color css
<style>
span { border-color: #DA9A04; }
span { border-color: rgb(218,154,4); }
td.TdClassName
{
border-color: #DA9A04;
}
.TagClassName
{
border-color: #DA9A04;
}
</style>