Shades of Gamboge #D59D0C
Tints of Gamboge #D59D0C
RGB
CMYK
RGB Variations
Color information
#D59D0C (or 0xD59D0C) is known color: Gamboge. HEX triplet: D5, 9D and 0C. RGB value is (213,157,12). Sum of RGB (Red+Green+Blue) = 213+157+12=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59D0C is #2A62F3. Grayscale: #9D9D9D. Windows color (decimal): -2777844 or 826837. OLE color: 826837.
HSL color Cylindrical-coordinate representation of color #D59D0C: hue angle of 43.28º 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 #D59D0C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.16 |
| HSL | 43.28º | 0.89% | 0.44% | - |
| HSV(B) | 43.28º | 0.94% | 0.84% | - |
| XYZ | 39.56 | 38.29 | 5.65 | - |
| YUV | 157.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 12 | 0 | 0.26 | 0.94 | 0.16 | 43.28 | 0.89 | 0.44 |
| Hex | D5 | 9D | C | 0 | 1A | 5E | 10 | 2B | 59 | 2C |
| Octal | 325 | 235 | 14 | 0 | 32 | 136 | 20 | 53 | 131 | 54 |
| Binary | 11010101 | 10011101 | 1100 | 0 | 11010 | 1011110 | 10000 | 101011 | 1011001 | 101100 |
Color Harmonies of #D59D0C
Complementary color
Monochromatic Colors of #D59D0C
Black with #D59D0C
Text Example
Text Example
White with #D59D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D0C; }
p { color: rgb(213,157,12); }
H1.HeaderClassName
{
color: #D59D0C;
}
.AnyTagClassName
{
color: #D59D0C;
}
</style>
background-color css
<style>
a { background-color: #D59D0C; }
a { background-color: rgb(213,157,12); }
div.DivClassName
{
background-color: #D59D0C;
}
.BgClassName
{
background-color: #D59D0C;
}
</style>
border-color css
<style>
span { border-color: #D59D0C; }
span { border-color: rgb(213,157,12); }
td.TdClassName
{
border-color: #D59D0C;
}
.TagClassName
{
border-color: #D59D0C;
}
</style>