Shades of Gamboge #D49A13
Tints of Gamboge #D49A13
RGB
CMYK
RGB Variations
Color information
#D49A13 (or 0xD49A13) is known color: Gamboge. HEX triplet: D4, 9A and 13. RGB value is (212,154,19). Sum of RGB (Red+Green+Blue) = 212+154+19=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49A13 is #2B65EC. Grayscale: #9C9C9C. Windows color (decimal): -2844141 or 1284820. OLE color: 1284820.
HSL color Cylindrical-coordinate representation of color #D49A13: hue angle of 41.97º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D49A13 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 19 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.17 |
| HSL | 41.97º | 0.84% | 0.45% | - |
| HSV(B) | 41.97º | 0.91% | 0.83% | - |
| XYZ | 38.82 | 37.16 | 5.74 | - |
| YUV | 155.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 19 | 0 | 0.27 | 0.91 | 0.17 | 41.97 | 0.84 | 0.45 |
| Hex | D4 | 9A | 13 | 0 | 1B | 5B | 11 | 2A | 54 | 2D |
| Octal | 324 | 232 | 23 | 0 | 33 | 133 | 21 | 52 | 124 | 55 |
| Binary | 11010100 | 10011010 | 10011 | 0 | 11011 | 1011011 | 10001 | 101010 | 1010100 | 101101 |
Color Harmonies of #D49A13
Complementary color
Monochromatic Colors of #D49A13
Black with #D49A13
Text Example
Text Example
White with #D49A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A13; }
p { color: rgb(212,154,19); }
H1.HeaderClassName
{
color: #D49A13;
}
.AnyTagClassName
{
color: #D49A13;
}
</style>
background-color css
<style>
a { background-color: #D49A13; }
a { background-color: rgb(212,154,19); }
div.DivClassName
{
background-color: #D49A13;
}
.BgClassName
{
background-color: #D49A13;
}
</style>
border-color css
<style>
span { border-color: #D49A13; }
span { border-color: rgb(212,154,19); }
td.TdClassName
{
border-color: #D49A13;
}
.TagClassName
{
border-color: #D49A13;
}
</style>