Shades of Gamboge #D49F0D
Tints of Gamboge #D49F0D
RGB
CMYK
RGB Variations
Color information
#D49F0D (or 0xD49F0D) is known color: Gamboge. HEX triplet: D4, 9F and 0D. RGB value is (212,159,13). Sum of RGB (Red+Green+Blue) = 212+159+13=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49F0D is #2B60F2. Grayscale: #9E9E9E. Windows color (decimal): -2842867 or 892884. OLE color: 892884.
HSL color Cylindrical-coordinate representation of color #D49F0D: hue angle of 44.02º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D49F0D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.17 |
| HSL | 44.02º | 0.88% | 0.44% | - |
| HSV(B) | 44.02º | 0.94% | 0.83% | - |
| XYZ | 39.62 | 38.82 | 5.79 | - |
| YUV | 158.2 | 46.06 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 13 | 0 | 0.25 | 0.94 | 0.17 | 44.02 | 0.88 | 0.44 |
| Hex | D4 | 9F | D | 0 | 19 | 5E | 11 | 2C | 58 | 2C |
| Octal | 324 | 237 | 15 | 0 | 31 | 136 | 21 | 54 | 130 | 54 |
| Binary | 11010100 | 10011111 | 1101 | 0 | 11001 | 1011110 | 10001 | 101100 | 1011000 | 101100 |
Color Harmonies of #D49F0D
Complementary color
Monochromatic Colors of #D49F0D
Black with #D49F0D
Text Example
Text Example
White with #D49F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F0D; }
p { color: rgb(212,159,13); }
H1.HeaderClassName
{
color: #D49F0D;
}
.AnyTagClassName
{
color: #D49F0D;
}
</style>
background-color css
<style>
a { background-color: #D49F0D; }
a { background-color: rgb(212,159,13); }
div.DivClassName
{
background-color: #D49F0D;
}
.BgClassName
{
background-color: #D49F0D;
}
</style>
border-color css
<style>
span { border-color: #D49F0D; }
span { border-color: rgb(212,159,13); }
td.TdClassName
{
border-color: #D49F0D;
}
.TagClassName
{
border-color: #D49F0D;
}
</style>