Shades of Gamboge #D49D0A
Tints of Gamboge #D49D0A
RGB
CMYK
RGB Variations
Color information
#D49D0A (or 0xD49D0A) is known color: Gamboge. HEX triplet: D4, 9D and 0A. RGB value is (212,157,10). Sum of RGB (Red+Green+Blue) = 212+157+10=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49D0A is #2B62F5. Grayscale: #9D9D9D. Windows color (decimal): -2843382 or 695764. OLE color: 695764.
HSL color Cylindrical-coordinate representation of color #D49D0A: hue angle of 43.66º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D49D0A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 10 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.17 |
| HSL | 43.66º | 0.91% | 0.44% | - |
| HSV(B) | 43.66º | 0.95% | 0.83% | - |
| XYZ | 39.26 | 38.13 | 5.58 | - |
| YUV | 156.69 | 45.22 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 10 | 0 | 0.26 | 0.95 | 0.17 | 43.66 | 0.91 | 0.44 |
| Hex | D4 | 9D | A | 0 | 1A | 5F | 11 | 2C | 5B | 2C |
| Octal | 324 | 235 | 12 | 0 | 32 | 137 | 21 | 54 | 133 | 54 |
| Binary | 11010100 | 10011101 | 1010 | 0 | 11010 | 1011111 | 10001 | 101100 | 1011011 | 101100 |
Color Harmonies of #D49D0A
Complementary color
Monochromatic Colors of #D49D0A
Black with #D49D0A
Text Example
Text Example
White with #D49D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D0A; }
p { color: rgb(212,157,10); }
H1.HeaderClassName
{
color: #D49D0A;
}
.AnyTagClassName
{
color: #D49D0A;
}
</style>
background-color css
<style>
a { background-color: #D49D0A; }
a { background-color: rgb(212,157,10); }
div.DivClassName
{
background-color: #D49D0A;
}
.BgClassName
{
background-color: #D49D0A;
}
</style>
border-color css
<style>
span { border-color: #D49D0A; }
span { border-color: rgb(212,157,10); }
td.TdClassName
{
border-color: #D49D0A;
}
.TagClassName
{
border-color: #D49D0A;
}
</style>