Shades of Gamboge #D59E11
Tints of Gamboge #D59E11
RGB
CMYK
RGB Variations
Color information
#D59E11 (or 0xD59E11) is known color: Gamboge. HEX triplet: D5, 9E and 11. RGB value is (213,158,17). Sum of RGB (Red+Green+Blue) = 213+158+17=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59E11 is #2A61EE. Grayscale: #9E9E9E. Windows color (decimal): -2777583 or 1154773. OLE color: 1154773.
HSL color Cylindrical-coordinate representation of color #D59E11: hue angle of 43.16º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D59E11 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 17 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.16 |
| HSL | 43.16º | 0.85% | 0.45% | - |
| HSV(B) | 43.16º | 0.92% | 0.84% | - |
| XYZ | 39.77 | 38.64 | 5.89 | - |
| YUV | 158.37 | 48.22 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 17 | 0 | 0.26 | 0.92 | 0.16 | 43.16 | 0.85 | 0.45 |
| Hex | D5 | 9E | 11 | 0 | 1A | 5C | 10 | 2B | 55 | 2D |
| Octal | 325 | 236 | 21 | 0 | 32 | 134 | 20 | 53 | 125 | 55 |
| Binary | 11010101 | 10011110 | 10001 | 0 | 11010 | 1011100 | 10000 | 101011 | 1010101 | 101101 |
Color Harmonies of #D59E11
Complementary color
Monochromatic Colors of #D59E11
Black with #D59E11
Text Example
Text Example
White with #D59E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E11; }
p { color: rgb(213,158,17); }
H1.HeaderClassName
{
color: #D59E11;
}
.AnyTagClassName
{
color: #D59E11;
}
</style>
background-color css
<style>
a { background-color: #D59E11; }
a { background-color: rgb(213,158,17); }
div.DivClassName
{
background-color: #D59E11;
}
.BgClassName
{
background-color: #D59E11;
}
</style>
border-color css
<style>
span { border-color: #D59E11; }
span { border-color: rgb(213,158,17); }
td.TdClassName
{
border-color: #D59E11;
}
.TagClassName
{
border-color: #D59E11;
}
</style>