Shades of Gamboge #D49914
Tints of Gamboge #D49914
RGB
CMYK
RGB Variations
Color information
#D49914 (or 0xD49914) is known color: Gamboge. HEX triplet: D4, 99 and 14. RGB value is (212,153,20). Sum of RGB (Red+Green+Blue) = 212+153+20=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D49914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49914 is #2B66EB. Grayscale: #9C9C9C. Windows color (decimal): -2844396 or 1350100. OLE color: 1350100.
HSL color Cylindrical-coordinate representation of color #D49914: hue angle of 41.56º degrees, saturation: 0.83, 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 #D49914 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 20 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.17 |
| HSL | 41.56º | 0.83% | 0.45% | - |
| HSV(B) | 41.56º | 0.91% | 0.83% | - |
| XYZ | 38.67 | 36.83 | 5.73 | - |
| YUV | 155.48 | 51.55 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 20 | 0 | 0.28 | 0.91 | 0.17 | 41.56 | 0.83 | 0.45 |
| Hex | D4 | 99 | 14 | 0 | 1C | 5B | 11 | 2A | 53 | 2D |
| Octal | 324 | 231 | 24 | 0 | 34 | 133 | 21 | 52 | 123 | 55 |
| Binary | 11010100 | 10011001 | 10100 | 0 | 11100 | 1011011 | 10001 | 101010 | 1010011 | 101101 |
Color Harmonies of #D49914
Complementary color
Monochromatic Colors of #D49914
Black with #D49914
Text Example
Text Example
White with #D49914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49914; }
p { color: rgb(212,153,20); }
H1.HeaderClassName
{
color: #D49914;
}
.AnyTagClassName
{
color: #D49914;
}
</style>
background-color css
<style>
a { background-color: #D49914; }
a { background-color: rgb(212,153,20); }
div.DivClassName
{
background-color: #D49914;
}
.BgClassName
{
background-color: #D49914;
}
</style>
border-color css
<style>
span { border-color: #D49914; }
span { border-color: rgb(212,153,20); }
td.TdClassName
{
border-color: #D49914;
}
.TagClassName
{
border-color: #D49914;
}
</style>