Shades of Gamboge #D49C12
Tints of Gamboge #D49C12
RGB
CMYK
RGB Variations
Color information
#D49C12 (or 0xD49C12) is known color: Gamboge. HEX triplet: D4, 9C and 12. RGB value is (212,156,18). Sum of RGB (Red+Green+Blue) = 212+156+18=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49C12 is #2B63ED. Grayscale: #9D9D9D. Windows color (decimal): -2843630 or 1219796. OLE color: 1219796.
HSL color Cylindrical-coordinate representation of color #D49C12: hue angle of 42.68º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D49C12 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 18 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.17 |
| HSL | 42.68º | 0.84% | 0.45% | - |
| HSV(B) | 42.68º | 0.92% | 0.83% | - |
| XYZ | 39.15 | 37.82 | 5.81 | - |
| YUV | 157.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 18 | 0 | 0.26 | 0.92 | 0.17 | 42.68 | 0.84 | 0.45 |
| Hex | D4 | 9C | 12 | 0 | 1A | 5C | 11 | 2B | 54 | 2D |
| Octal | 324 | 234 | 22 | 0 | 32 | 134 | 21 | 53 | 124 | 55 |
| Binary | 11010100 | 10011100 | 10010 | 0 | 11010 | 1011100 | 10001 | 101011 | 1010100 | 101101 |
Color Harmonies of #D49C12
Complementary color
Monochromatic Colors of #D49C12
Black with #D49C12
Text Example
Text Example
White with #D49C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49C12; }
p { color: rgb(212,156,18); }
H1.HeaderClassName
{
color: #D49C12;
}
.AnyTagClassName
{
color: #D49C12;
}
</style>
background-color css
<style>
a { background-color: #D49C12; }
a { background-color: rgb(212,156,18); }
div.DivClassName
{
background-color: #D49C12;
}
.BgClassName
{
background-color: #D49C12;
}
</style>
border-color css
<style>
span { border-color: #D49C12; }
span { border-color: rgb(212,156,18); }
td.TdClassName
{
border-color: #D49C12;
}
.TagClassName
{
border-color: #D49C12;
}
</style>