Shades of Gamboge #D49204
Tints of Gamboge #D49204
RGB
CMYK
RGB Variations
Color information
#D49204 (or 0xD49204) is known color: Gamboge. HEX triplet: D4, 92 and 04. RGB value is (212,146,4). Sum of RGB (Red+Green+Blue) = 212+146+4=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D49204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49204 is #2B6DFB. Grayscale: #969696. Windows color (decimal): -2846204 or 299732. OLE color: 299732.
HSL color Cylindrical-coordinate representation of color #D49204: hue angle of 40.96º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D49204 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.17 |
| HSL | 40.96º | 0.96% | 0.42% | - |
| HSV(B) | 40.96º | 0.98% | 0.83% | - |
| XYZ | 37.45 | 34.56 | 4.81 | - |
| YUV | 149.55 | 45.87 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 4 | 0 | 0.31 | 0.98 | 0.17 | 40.96 | 0.96 | 0.42 |
| Hex | D4 | 92 | 4 | 0 | 1F | 62 | 11 | 29 | 60 | 2A |
| Octal | 324 | 222 | 4 | 0 | 37 | 142 | 21 | 51 | 140 | 52 |
| Binary | 11010100 | 10010010 | 100 | 0 | 11111 | 1100010 | 10001 | 101001 | 1100000 | 101010 |
Color Harmonies of #D49204
Complementary color
Monochromatic Colors of #D49204
Black with #D49204
Text Example
Text Example
White with #D49204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49204; }
p { color: rgb(212,146,4); }
H1.HeaderClassName
{
color: #D49204;
}
.AnyTagClassName
{
color: #D49204;
}
</style>
background-color css
<style>
a { background-color: #D49204; }
a { background-color: rgb(212,146,4); }
div.DivClassName
{
background-color: #D49204;
}
.BgClassName
{
background-color: #D49204;
}
</style>
border-color css
<style>
span { border-color: #D49204; }
span { border-color: rgb(212,146,4); }
td.TdClassName
{
border-color: #D49204;
}
.TagClassName
{
border-color: #D49204;
}
</style>