Shades of Gamboge #D59F0C
Tints of Gamboge #D59F0C
RGB
CMYK
RGB Variations
Color information
#D59F0C (or 0xD59F0C) is known color: Gamboge. HEX triplet: D5, 9F and 0C. RGB value is (213,159,12). Sum of RGB (Red+Green+Blue) = 213+159+12=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F0C is #2A60F3. Grayscale: #9F9F9F. Windows color (decimal): -2777332 or 827349. OLE color: 827349.
HSL color Cylindrical-coordinate representation of color #D59F0C: hue angle of 43.88º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D59F0C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 12 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.16 |
| HSL | 43.88º | 0.89% | 0.44% | - |
| HSV(B) | 43.88º | 0.94% | 0.84% | - |
| XYZ | 39.91 | 38.97 | 5.77 | - |
| YUV | 158.39 | 45.39 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 12 | 0 | 0.25 | 0.94 | 0.16 | 43.88 | 0.89 | 0.44 |
| Hex | D5 | 9F | C | 0 | 19 | 5E | 10 | 2C | 59 | 2C |
| Octal | 325 | 237 | 14 | 0 | 31 | 136 | 20 | 54 | 131 | 54 |
| Binary | 11010101 | 10011111 | 1100 | 0 | 11001 | 1011110 | 10000 | 101100 | 1011001 | 101100 |
Color Harmonies of #D59F0C
Complementary color
Monochromatic Colors of #D59F0C
Black with #D59F0C
Text Example
Text Example
White with #D59F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F0C; }
p { color: rgb(213,159,12); }
H1.HeaderClassName
{
color: #D59F0C;
}
.AnyTagClassName
{
color: #D59F0C;
}
</style>
background-color css
<style>
a { background-color: #D59F0C; }
a { background-color: rgb(213,159,12); }
div.DivClassName
{
background-color: #D59F0C;
}
.BgClassName
{
background-color: #D59F0C;
}
</style>
border-color css
<style>
span { border-color: #D59F0C; }
span { border-color: rgb(213,159,12); }
td.TdClassName
{
border-color: #D59F0C;
}
.TagClassName
{
border-color: #D59F0C;
}
</style>