Shades of Gamboge #D59F07
Tints of Gamboge #D59F07
RGB
CMYK
RGB Variations
Color information
#D59F07 (or 0xD59F07) is known color: Gamboge. HEX triplet: D5, 9F and 07. RGB value is (213,159,7). Sum of RGB (Red+Green+Blue) = 213+159+7=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F07 is #2A60F8. Grayscale: #9E9E9E. Windows color (decimal): -2777337 or 499669. OLE color: 499669.
HSL color Cylindrical-coordinate representation of color #D59F07: hue angle of 44.27º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D59F07 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.16 |
| HSL | 44.27º | 0.94% | 0.43% | - |
| HSV(B) | 44.27º | 0.97% | 0.84% | - |
| XYZ | 39.88 | 38.96 | 5.62 | - |
| YUV | 157.82 | 42.89 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 7 | 0 | 0.25 | 0.97 | 0.16 | 44.27 | 0.94 | 0.43 |
| Hex | D5 | 9F | 7 | 0 | 19 | 61 | 10 | 2C | 5E | 2B |
| Octal | 325 | 237 | 7 | 0 | 31 | 141 | 20 | 54 | 136 | 53 |
| Binary | 11010101 | 10011111 | 111 | 0 | 11001 | 1100001 | 10000 | 101100 | 1011110 | 101011 |
Color Harmonies of #D59F07
Complementary color
Monochromatic Colors of #D59F07
Black with #D59F07
Text Example
Text Example
White with #D59F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F07; }
p { color: rgb(213,159,7); }
H1.HeaderClassName
{
color: #D59F07;
}
.AnyTagClassName
{
color: #D59F07;
}
</style>
background-color css
<style>
a { background-color: #D59F07; }
a { background-color: rgb(213,159,7); }
div.DivClassName
{
background-color: #D59F07;
}
.BgClassName
{
background-color: #D59F07;
}
</style>
border-color css
<style>
span { border-color: #D59F07; }
span { border-color: rgb(213,159,7); }
td.TdClassName
{
border-color: #D59F07;
}
.TagClassName
{
border-color: #D59F07;
}
</style>