Shades of Gamboge #D59C15
Tints of Gamboge #D59C15
RGB
CMYK
RGB Variations
Color information
#D59C15 (or 0xD59C15) is known color: Gamboge. HEX triplet: D5, 9C and 15. RGB value is (213,156,21). Sum of RGB (Red+Green+Blue) = 213+156+21=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59C15 is #2A63EA. Grayscale: #9E9E9E. Windows color (decimal): -2778091 or 1416405. OLE color: 1416405.
HSL color Cylindrical-coordinate representation of color #D59C15: hue angle of 42.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59C15 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 21 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.16 |
| HSL | 42.19º | 0.82% | 0.46% | - |
| HSV(B) | 42.19º | 0.9% | 0.84% | - |
| XYZ | 39.46 | 37.98 | 5.96 | - |
| YUV | 157.65 | 50.88 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 21 | 0 | 0.27 | 0.90 | 0.16 | 42.19 | 0.82 | 0.46 |
| Hex | D5 | 9C | 15 | 0 | 1B | 5A | 10 | 2A | 52 | 2E |
| Octal | 325 | 234 | 25 | 0 | 33 | 132 | 20 | 52 | 122 | 56 |
| Binary | 11010101 | 10011100 | 10101 | 0 | 11011 | 1011010 | 10000 | 101010 | 1010010 | 101110 |
Color Harmonies of #D59C15
Complementary color
Monochromatic Colors of #D59C15
Black with #D59C15
Text Example
Text Example
White with #D59C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C15; }
p { color: rgb(213,156,21); }
H1.HeaderClassName
{
color: #D59C15;
}
.AnyTagClassName
{
color: #D59C15;
}
</style>
background-color css
<style>
a { background-color: #D59C15; }
a { background-color: rgb(213,156,21); }
div.DivClassName
{
background-color: #D59C15;
}
.BgClassName
{
background-color: #D59C15;
}
</style>
border-color css
<style>
span { border-color: #D59C15; }
span { border-color: rgb(213,156,21); }
td.TdClassName
{
border-color: #D59C15;
}
.TagClassName
{
border-color: #D59C15;
}
</style>