Shades of Gamboge #D59F02
Tints of Gamboge #D59F02
RGB
CMYK
RGB Variations
Color information
#D59F02 (or 0xD59F02) is known color: Gamboge. HEX triplet: D5, 9F and 02. RGB value is (213,159,2). Sum of RGB (Red+Green+Blue) = 213+159+2=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F02 is #2A60FD. Grayscale: #9D9D9D. Windows color (decimal): -2777342 or 171989. OLE color: 171989.
HSL color Cylindrical-coordinate representation of color #D59F02: hue angle of 44.64º degrees, saturation: 0.98, 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 #D59F02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.16 |
| HSL | 44.64º | 0.98% | 0.42% | - |
| HSV(B) | 44.64º | 0.99% | 0.84% | - |
| XYZ | 39.85 | 38.95 | 5.47 | - |
| YUV | 157.25 | 40.39 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 2 | 0 | 0.25 | 0.99 | 0.16 | 44.64 | 0.98 | 0.42 |
| Hex | D5 | 9F | 2 | 0 | 19 | 63 | 10 | 2D | 62 | 2A |
| Octal | 325 | 237 | 2 | 0 | 31 | 143 | 20 | 55 | 142 | 52 |
| Binary | 11010101 | 10011111 | 10 | 0 | 11001 | 1100011 | 10000 | 101101 | 1100010 | 101010 |
Color Harmonies of #D59F02
Complementary color
Monochromatic Colors of #D59F02
Black with #D59F02
Text Example
Text Example
White with #D59F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F02; }
p { color: rgb(213,159,2); }
H1.HeaderClassName
{
color: #D59F02;
}
.AnyTagClassName
{
color: #D59F02;
}
</style>
background-color css
<style>
a { background-color: #D59F02; }
a { background-color: rgb(213,159,2); }
div.DivClassName
{
background-color: #D59F02;
}
.BgClassName
{
background-color: #D59F02;
}
</style>
border-color css
<style>
span { border-color: #D59F02; }
span { border-color: rgb(213,159,2); }
td.TdClassName
{
border-color: #D59F02;
}
.TagClassName
{
border-color: #D59F02;
}
</style>