Shades of Gamboge #D49412
Tints of Gamboge #D49412
RGB
CMYK
RGB Variations
Color information
#D49412 (or 0xD49412) is known color: Gamboge. HEX triplet: D4, 94 and 12. RGB value is (212,148,18). Sum of RGB (Red+Green+Blue) = 212+148+18=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D49412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49412 is #2B6BED. Grayscale: #989898. Windows color (decimal): -2845678 or 1217748. OLE color: 1217748.
HSL color Cylindrical-coordinate representation of color #D49412: hue angle of 40.21º 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 #D49412 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 18 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.17 |
| HSL | 40.21º | 0.84% | 0.45% | - |
| HSV(B) | 40.21º | 0.92% | 0.83% | - |
| XYZ | 37.85 | 35.22 | 5.38 | - |
| YUV | 152.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 18 | 0 | 0.30 | 0.92 | 0.17 | 40.21 | 0.84 | 0.45 |
| Hex | D4 | 94 | 12 | 0 | 1E | 5C | 11 | 28 | 54 | 2D |
| Octal | 324 | 224 | 22 | 0 | 36 | 134 | 21 | 50 | 124 | 55 |
| Binary | 11010100 | 10010100 | 10010 | 0 | 11110 | 1011100 | 10001 | 101000 | 1010100 | 101101 |
Color Harmonies of #D49412
Complementary color
Monochromatic Colors of #D49412
Black with #D49412
Text Example
Text Example
White with #D49412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49412; }
p { color: rgb(212,148,18); }
H1.HeaderClassName
{
color: #D49412;
}
.AnyTagClassName
{
color: #D49412;
}
</style>
background-color css
<style>
a { background-color: #D49412; }
a { background-color: rgb(212,148,18); }
div.DivClassName
{
background-color: #D49412;
}
.BgClassName
{
background-color: #D49412;
}
</style>
border-color css
<style>
span { border-color: #D49412; }
span { border-color: rgb(212,148,18); }
td.TdClassName
{
border-color: #D49412;
}
.TagClassName
{
border-color: #D49412;
}
</style>