Shades of Gamboge #D59F04
Tints of Gamboge #D59F04
RGB
CMYK
RGB Variations
Color information
#D59F04 (or 0xD59F04) is known color: Gamboge. HEX triplet: D5, 9F and 04. RGB value is (213,159,4). Sum of RGB (Red+Green+Blue) = 213+159+4=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F04 is #2A60FB. Grayscale: #9E9E9E. Windows color (decimal): -2777340 or 303061. OLE color: 303061.
HSL color Cylindrical-coordinate representation of color #D59F04: hue angle of 44.5º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D59F04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.16 |
| HSL | 44.5º | 0.96% | 0.43% | - |
| HSV(B) | 44.5º | 0.98% | 0.84% | - |
| XYZ | 39.86 | 38.95 | 5.53 | - |
| YUV | 157.48 | 41.39 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 4 | 0 | 0.25 | 0.98 | 0.16 | 44.5 | 0.96 | 0.43 |
| Hex | D5 | 9F | 4 | 0 | 19 | 62 | 10 | 2C | 60 | 2B |
| Octal | 325 | 237 | 4 | 0 | 31 | 142 | 20 | 54 | 140 | 53 |
| Binary | 11010101 | 10011111 | 100 | 0 | 11001 | 1100010 | 10000 | 101100 | 1100000 | 101011 |
Color Harmonies of #D59F04
Complementary color
Monochromatic Colors of #D59F04
Black with #D59F04
Text Example
Text Example
White with #D59F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F04; }
p { color: rgb(213,159,4); }
H1.HeaderClassName
{
color: #D59F04;
}
.AnyTagClassName
{
color: #D59F04;
}
</style>
background-color css
<style>
a { background-color: #D59F04; }
a { background-color: rgb(213,159,4); }
div.DivClassName
{
background-color: #D59F04;
}
.BgClassName
{
background-color: #D59F04;
}
</style>
border-color css
<style>
span { border-color: #D59F04; }
span { border-color: rgb(213,159,4); }
td.TdClassName
{
border-color: #D59F04;
}
.TagClassName
{
border-color: #D59F04;
}
</style>