Shades of Gamboge #D49700
Tints of Gamboge #D49700
RGB
CMYK
RGB Variations
Color information
#D49700 (or 0xD49700) is known color: Gamboge. HEX triplet: D4, 97 and 00. RGB value is (212,151,0). Sum of RGB (Red+Green+Blue) = 212+151+0=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D49700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49700 is #2B68FF. Grayscale: #989898. Windows color (decimal): -2844928 or 38868. OLE color: 38868.
HSL color Cylindrical-coordinate representation of color #D49700: hue angle of 42.74º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D49700 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.17 |
| HSL | 42.74º | 1% | 0.42% | - |
| HSV(B) | 42.74º | 1% | 0.83% | - |
| XYZ | 38.22 | 36.13 | 4.96 | - |
| YUV | 152.03 | 42.21 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 0 | 0 | 0.29 | 1 | 0.17 | 42.74 | 1 | 0.42 |
| Hex | D4 | 97 | 0 | 0 | 1D | 64 | 11 | 2B | 64 | 2A |
| Octal | 324 | 227 | 0 | 0 | 35 | 144 | 21 | 53 | 144 | 52 |
| Binary | 11010100 | 10010111 | 0 | 0 | 11101 | 1100100 | 10001 | 101011 | 1100100 | 101010 |
Color Harmonies of #D49700
Complementary color
Monochromatic Colors of #D49700
Black with #D49700
Text Example
Text Example
White with #D49700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49700; }
p { color: rgb(212,151,0); }
H1.HeaderClassName
{
color: #D49700;
}
.AnyTagClassName
{
color: #D49700;
}
</style>
background-color css
<style>
a { background-color: #D49700; }
a { background-color: rgb(212,151,0); }
div.DivClassName
{
background-color: #D49700;
}
.BgClassName
{
background-color: #D49700;
}
</style>
border-color css
<style>
span { border-color: #D49700; }
span { border-color: rgb(212,151,0); }
td.TdClassName
{
border-color: #D49700;
}
.TagClassName
{
border-color: #D49700;
}
</style>