Shades of Gamboge #D59F03
Tints of Gamboge #D59F03
RGB
CMYK
RGB Variations
Color information
#D59F03 (or 0xD59F03) is known color: Gamboge. HEX triplet: D5, 9F and 03. RGB value is (213,159,3). Sum of RGB (Red+Green+Blue) = 213+159+3=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F03 is #2A60FC. Grayscale: #9E9E9E. Windows color (decimal): -2777341 or 237525. OLE color: 237525.
HSL color Cylindrical-coordinate representation of color #D59F03: hue angle of 44.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D59F03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.16 |
| HSL | 44.57º | 0.97% | 0.42% | - |
| HSV(B) | 44.57º | 0.99% | 0.84% | - |
| XYZ | 39.86 | 38.95 | 5.5 | - |
| YUV | 157.36 | 40.89 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 3 | 0 | 0.25 | 0.99 | 0.16 | 44.57 | 0.97 | 0.42 |
| Hex | D5 | 9F | 3 | 0 | 19 | 63 | 10 | 2D | 61 | 2A |
| Octal | 325 | 237 | 3 | 0 | 31 | 143 | 20 | 55 | 141 | 52 |
| Binary | 11010101 | 10011111 | 11 | 0 | 11001 | 1100011 | 10000 | 101101 | 1100001 | 101010 |
Color Harmonies of #D59F03
Complementary color
Monochromatic Colors of #D59F03
Black with #D59F03
Text Example
Text Example
White with #D59F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F03; }
p { color: rgb(213,159,3); }
H1.HeaderClassName
{
color: #D59F03;
}
.AnyTagClassName
{
color: #D59F03;
}
</style>
background-color css
<style>
a { background-color: #D59F03; }
a { background-color: rgb(213,159,3); }
div.DivClassName
{
background-color: #D59F03;
}
.BgClassName
{
background-color: #D59F03;
}
</style>
border-color css
<style>
span { border-color: #D59F03; }
span { border-color: rgb(213,159,3); }
td.TdClassName
{
border-color: #D59F03;
}
.TagClassName
{
border-color: #D59F03;
}
</style>