Shades of Gamboge #D49014
Tints of Gamboge #D49014
RGB
CMYK
RGB Variations
Color information
#D49014 (or 0xD49014) is known color: Gamboge. HEX triplet: D4, 90 and 14. RGB value is (212,144,20). Sum of RGB (Red+Green+Blue) = 212+144+20=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D49014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49014 is #2B6FEB. Grayscale: #969696. Windows color (decimal): -2846700 or 1347796. OLE color: 1347796.
HSL color Cylindrical-coordinate representation of color #D49014: hue angle of 38.75º 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 #D49014 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 20 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.17 |
| HSL | 38.75º | 0.83% | 0.45% | - |
| HSV(B) | 38.75º | 0.91% | 0.83% | - |
| XYZ | 37.25 | 33.99 | 5.26 | - |
| YUV | 150.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 20 | 0 | 0.32 | 0.91 | 0.17 | 38.75 | 0.83 | 0.45 |
| Hex | D4 | 90 | 14 | 0 | 20 | 5B | 11 | 27 | 53 | 2D |
| Octal | 324 | 220 | 24 | 0 | 40 | 133 | 21 | 47 | 123 | 55 |
| Binary | 11010100 | 10010000 | 10100 | 0 | 100000 | 1011011 | 10001 | 100111 | 1010011 | 101101 |
Color Harmonies of #D49014
Complementary color
Monochromatic Colors of #D49014
Black with #D49014
Text Example
Text Example
White with #D49014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49014; }
p { color: rgb(212,144,20); }
H1.HeaderClassName
{
color: #D49014;
}
.AnyTagClassName
{
color: #D49014;
}
</style>
background-color css
<style>
a { background-color: #D49014; }
a { background-color: rgb(212,144,20); }
div.DivClassName
{
background-color: #D49014;
}
.BgClassName
{
background-color: #D49014;
}
</style>
border-color css
<style>
span { border-color: #D49014; }
span { border-color: rgb(212,144,20); }
td.TdClassName
{
border-color: #D49014;
}
.TagClassName
{
border-color: #D49014;
}
</style>