Shades of Gamboge #D49708
Tints of Gamboge #D49708
RGB
CMYK
RGB Variations
Color information
#D49708 (or 0xD49708) is known color: Gamboge. HEX triplet: D4, 97 and 08. RGB value is (212,151,8). Sum of RGB (Red+Green+Blue) = 212+151+8=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D49708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49708 is #2B68F7. Grayscale: #999999. Windows color (decimal): -2844920 or 563156. OLE color: 563156.
HSL color Cylindrical-coordinate representation of color #D49708: hue angle of 42.06º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D49708 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.17 |
| HSL | 42.06º | 0.93% | 0.43% | - |
| HSV(B) | 42.06º | 0.96% | 0.83% | - |
| XYZ | 38.26 | 36.15 | 5.19 | - |
| YUV | 152.94 | 46.21 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 8 | 0 | 0.29 | 0.96 | 0.17 | 42.06 | 0.93 | 0.43 |
| Hex | D4 | 97 | 8 | 0 | 1D | 60 | 11 | 2A | 5D | 2B |
| Octal | 324 | 227 | 10 | 0 | 35 | 140 | 21 | 52 | 135 | 53 |
| Binary | 11010100 | 10010111 | 1000 | 0 | 11101 | 1100000 | 10001 | 101010 | 1011101 | 101011 |
Color Harmonies of #D49708
Complementary color
Monochromatic Colors of #D49708
Black with #D49708
Text Example
Text Example
White with #D49708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49708; }
p { color: rgb(212,151,8); }
H1.HeaderClassName
{
color: #D49708;
}
.AnyTagClassName
{
color: #D49708;
}
</style>
background-color css
<style>
a { background-color: #D49708; }
a { background-color: rgb(212,151,8); }
div.DivClassName
{
background-color: #D49708;
}
.BgClassName
{
background-color: #D49708;
}
</style>
border-color css
<style>
span { border-color: #D49708; }
span { border-color: rgb(212,151,8); }
td.TdClassName
{
border-color: #D49708;
}
.TagClassName
{
border-color: #D49708;
}
</style>