Shades of Gamboge #D49A0D
Tints of Gamboge #D49A0D
RGB
CMYK
RGB Variations
Color information
#D49A0D (or 0xD49A0D) is known color: Gamboge. HEX triplet: D4, 9A and 0D. RGB value is (212,154,13). Sum of RGB (Red+Green+Blue) = 212+154+13=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49A0D is #2B65F2. Grayscale: #9B9B9B. Windows color (decimal): -2844147 or 891604. OLE color: 891604.
HSL color Cylindrical-coordinate representation of color #D49A0D: hue angle of 42.51º 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 #D49A0D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.17 |
| HSL | 42.51º | 0.88% | 0.44% | - |
| HSV(B) | 42.51º | 0.94% | 0.83% | - |
| XYZ | 38.78 | 37.14 | 5.51 | - |
| YUV | 155.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 13 | 0 | 0.27 | 0.94 | 0.17 | 42.51 | 0.88 | 0.44 |
| Hex | D4 | 9A | D | 0 | 1B | 5E | 11 | 2B | 58 | 2C |
| Octal | 324 | 232 | 15 | 0 | 33 | 136 | 21 | 53 | 130 | 54 |
| Binary | 11010100 | 10011010 | 1101 | 0 | 11011 | 1011110 | 10001 | 101011 | 1011000 | 101100 |
Color Harmonies of #D49A0D
Complementary color
Monochromatic Colors of #D49A0D
Black with #D49A0D
Text Example
Text Example
White with #D49A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A0D; }
p { color: rgb(212,154,13); }
H1.HeaderClassName
{
color: #D49A0D;
}
.AnyTagClassName
{
color: #D49A0D;
}
</style>
background-color css
<style>
a { background-color: #D49A0D; }
a { background-color: rgb(212,154,13); }
div.DivClassName
{
background-color: #D49A0D;
}
.BgClassName
{
background-color: #D49A0D;
}
</style>
border-color css
<style>
span { border-color: #D49A0D; }
span { border-color: rgb(212,154,13); }
td.TdClassName
{
border-color: #D49A0D;
}
.TagClassName
{
border-color: #D49A0D;
}
</style>