Shades of Gamboge #D59C11
Tints of Gamboge #D59C11
RGB
CMYK
RGB Variations
Color information
#D59C11 (or 0xD59C11) is known color: Gamboge. HEX triplet: D5, 9C and 11. RGB value is (213,156,17). Sum of RGB (Red+Green+Blue) = 213+156+17=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59C11 is #2A63EE. Grayscale: #9D9D9D. Windows color (decimal): -2778095 or 1154261. OLE color: 1154261.
HSL color Cylindrical-coordinate representation of color #D59C11: hue angle of 42.55º 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 #D59C11 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 17 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.16 |
| HSL | 42.55º | 0.85% | 0.45% | - |
| HSV(B) | 42.55º | 0.92% | 0.84% | - |
| XYZ | 39.43 | 37.96 | 5.78 | - |
| YUV | 157.2 | 48.88 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 17 | 0 | 0.27 | 0.92 | 0.16 | 42.55 | 0.85 | 0.45 |
| Hex | D5 | 9C | 11 | 0 | 1B | 5C | 10 | 2B | 55 | 2D |
| Octal | 325 | 234 | 21 | 0 | 33 | 134 | 20 | 53 | 125 | 55 |
| Binary | 11010101 | 10011100 | 10001 | 0 | 11011 | 1011100 | 10000 | 101011 | 1010101 | 101101 |
Color Harmonies of #D59C11
Complementary color
Monochromatic Colors of #D59C11
Black with #D59C11
Text Example
Text Example
White with #D59C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C11; }
p { color: rgb(213,156,17); }
H1.HeaderClassName
{
color: #D59C11;
}
.AnyTagClassName
{
color: #D59C11;
}
</style>
background-color css
<style>
a { background-color: #D59C11; }
a { background-color: rgb(213,156,17); }
div.DivClassName
{
background-color: #D59C11;
}
.BgClassName
{
background-color: #D59C11;
}
</style>
border-color css
<style>
span { border-color: #D59C11; }
span { border-color: rgb(213,156,17); }
td.TdClassName
{
border-color: #D59C11;
}
.TagClassName
{
border-color: #D59C11;
}
</style>