Shades of Gamboge #D59F0D
Tints of Gamboge #D59F0D
RGB
CMYK
RGB Variations
Color information
#D59F0D (or 0xD59F0D) is known color: Gamboge. HEX triplet: D5, 9F and 0D. RGB value is (213,159,13). Sum of RGB (Red+Green+Blue) = 213+159+13=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F0D is #2A60F2. Grayscale: #9F9F9F. Windows color (decimal): -2777331 or 892885. OLE color: 892885.
HSL color Cylindrical-coordinate representation of color #D59F0D: hue angle of 43.8º degrees, saturation: 0.88, 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 #D59F0D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.16 |
| HSL | 43.8º | 0.88% | 0.44% | - |
| HSV(B) | 43.8º | 0.94% | 0.84% | - |
| XYZ | 39.91 | 38.97 | 5.8 | - |
| YUV | 158.5 | 45.89 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 13 | 0 | 0.25 | 0.94 | 0.16 | 43.8 | 0.88 | 0.44 |
| Hex | D5 | 9F | D | 0 | 19 | 5E | 10 | 2C | 58 | 2C |
| Octal | 325 | 237 | 15 | 0 | 31 | 136 | 20 | 54 | 130 | 54 |
| Binary | 11010101 | 10011111 | 1101 | 0 | 11001 | 1011110 | 10000 | 101100 | 1011000 | 101100 |
Color Harmonies of #D59F0D
Complementary color
Monochromatic Colors of #D59F0D
Black with #D59F0D
Text Example
Text Example
White with #D59F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F0D; }
p { color: rgb(213,159,13); }
H1.HeaderClassName
{
color: #D59F0D;
}
.AnyTagClassName
{
color: #D59F0D;
}
</style>
background-color css
<style>
a { background-color: #D59F0D; }
a { background-color: rgb(213,159,13); }
div.DivClassName
{
background-color: #D59F0D;
}
.BgClassName
{
background-color: #D59F0D;
}
</style>
border-color css
<style>
span { border-color: #D59F0D; }
span { border-color: rgb(213,159,13); }
td.TdClassName
{
border-color: #D59F0D;
}
.TagClassName
{
border-color: #D59F0D;
}
</style>