Shades of Gamboge #D49015
Tints of Gamboge #D49015
RGB
CMYK
RGB Variations
Color information
#D49015 (or 0xD49015) is known color: Gamboge. HEX triplet: D4, 90 and 15. RGB value is (212,144,21). Sum of RGB (Red+Green+Blue) = 212+144+21=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D49015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49015 is #2B6FEA. Grayscale: #969696. Windows color (decimal): -2846699 or 1413332. OLE color: 1413332.
HSL color Cylindrical-coordinate representation of color #D49015: hue angle of 38.64º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D49015 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 21 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.17 |
| HSL | 38.64º | 0.82% | 0.46% | - |
| HSV(B) | 38.64º | 0.9% | 0.83% | - |
| XYZ | 37.26 | 34 | 5.31 | - |
| YUV | 150.31 | 55.03 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 21 | 0 | 0.32 | 0.90 | 0.17 | 38.64 | 0.82 | 0.46 |
| Hex | D4 | 90 | 15 | 0 | 20 | 5A | 11 | 27 | 52 | 2E |
| Octal | 324 | 220 | 25 | 0 | 40 | 132 | 21 | 47 | 122 | 56 |
| Binary | 11010100 | 10010000 | 10101 | 0 | 100000 | 1011010 | 10001 | 100111 | 1010010 | 101110 |
Color Harmonies of #D49015
Complementary color
Monochromatic Colors of #D49015
Black with #D49015
Text Example
Text Example
White with #D49015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49015; }
p { color: rgb(212,144,21); }
H1.HeaderClassName
{
color: #D49015;
}
.AnyTagClassName
{
color: #D49015;
}
</style>
background-color css
<style>
a { background-color: #D49015; }
a { background-color: rgb(212,144,21); }
div.DivClassName
{
background-color: #D49015;
}
.BgClassName
{
background-color: #D49015;
}
</style>
border-color css
<style>
span { border-color: #D49015; }
span { border-color: rgb(212,144,21); }
td.TdClassName
{
border-color: #D49015;
}
.TagClassName
{
border-color: #D49015;
}
</style>