Shades of Gamboge #D49802
Tints of Gamboge #D49802
RGB
CMYK
RGB Variations
Color information
#D49802 (or 0xD49802) is known color: Gamboge. HEX triplet: D4, 98 and 02. RGB value is (212,152,2). Sum of RGB (Red+Green+Blue) = 212+152+2=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D49802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49802 is #2B67FD. Grayscale: #999999. Windows color (decimal): -2844670 or 170196. OLE color: 170196.
HSL color Cylindrical-coordinate representation of color #D49802: hue angle of 42.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D49802 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.17 |
| HSL | 42.86º | 0.98% | 0.42% | - |
| HSV(B) | 42.86º | 0.99% | 0.83% | - |
| XYZ | 38.39 | 36.46 | 5.07 | - |
| YUV | 152.84 | 42.88 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 2 | 0 | 0.28 | 0.99 | 0.17 | 42.86 | 0.98 | 0.42 |
| Hex | D4 | 98 | 2 | 0 | 1C | 63 | 11 | 2B | 62 | 2A |
| Octal | 324 | 230 | 2 | 0 | 34 | 143 | 21 | 53 | 142 | 52 |
| Binary | 11010100 | 10011000 | 10 | 0 | 11100 | 1100011 | 10001 | 101011 | 1100010 | 101010 |
Color Harmonies of #D49802
Complementary color
Monochromatic Colors of #D49802
Black with #D49802
Text Example
Text Example
White with #D49802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49802; }
p { color: rgb(212,152,2); }
H1.HeaderClassName
{
color: #D49802;
}
.AnyTagClassName
{
color: #D49802;
}
</style>
background-color css
<style>
a { background-color: #D49802; }
a { background-color: rgb(212,152,2); }
div.DivClassName
{
background-color: #D49802;
}
.BgClassName
{
background-color: #D49802;
}
</style>
border-color css
<style>
span { border-color: #D49802; }
span { border-color: rgb(212,152,2); }
td.TdClassName
{
border-color: #D49802;
}
.TagClassName
{
border-color: #D49802;
}
</style>