Shades of Gamboge #D49C15
Tints of Gamboge #D49C15
RGB
CMYK
RGB Variations
Color information
#D49C15 (or 0xD49C15) is known color: Gamboge. HEX triplet: D4, 9C and 15. RGB value is (212,156,21). Sum of RGB (Red+Green+Blue) = 212+156+21=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49C15 is #2B63EA. Grayscale: #9D9D9D. Windows color (decimal): -2843627 or 1416404. OLE color: 1416404.
HSL color Cylindrical-coordinate representation of color #D49C15: hue angle of 42.41º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D49C15 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.17 |
| HSL | 42.41º | 0.82% | 0.46% | - |
| HSV(B) | 42.41º | 0.9% | 0.83% | - |
| XYZ | 39.18 | 37.83 | 5.95 | - |
| YUV | 157.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 21 | 0 | 0.26 | 0.90 | 0.17 | 42.41 | 0.82 | 0.46 |
| Hex | D4 | 9C | 15 | 0 | 1A | 5A | 11 | 2A | 52 | 2E |
| Octal | 324 | 234 | 25 | 0 | 32 | 132 | 21 | 52 | 122 | 56 |
| Binary | 11010100 | 10011100 | 10101 | 0 | 11010 | 1011010 | 10001 | 101010 | 1010010 | 101110 |
Color Harmonies of #D49C15
Complementary color
Monochromatic Colors of #D49C15
Black with #D49C15
Text Example
Text Example
White with #D49C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49C15; }
p { color: rgb(212,156,21); }
H1.HeaderClassName
{
color: #D49C15;
}
.AnyTagClassName
{
color: #D49C15;
}
</style>
background-color css
<style>
a { background-color: #D49C15; }
a { background-color: rgb(212,156,21); }
div.DivClassName
{
background-color: #D49C15;
}
.BgClassName
{
background-color: #D49C15;
}
</style>
border-color css
<style>
span { border-color: #D49C15; }
span { border-color: rgb(212,156,21); }
td.TdClassName
{
border-color: #D49C15;
}
.TagClassName
{
border-color: #D49C15;
}
</style>