Shades of Gamboge #D99304
Tints of Gamboge #D99304
RGB
CMYK
RGB Variations
Color information
#D99304 (or 0xD99304) is known color: Gamboge. HEX triplet: D9, 93 and 04. RGB value is (217,147,4). Sum of RGB (Red+Green+Blue) = 217+147+4=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D99304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99304 is #266CFB. Grayscale: #989898. Windows color (decimal): -2518268 or 299993. OLE color: 299993.
HSL color Cylindrical-coordinate representation of color #D99304: hue angle of 40.28º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D99304 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.15 |
| HSL | 40.28º | 0.96% | 0.43% | - |
| HSV(B) | 40.28º | 0.98% | 0.85% | - |
| XYZ | 39.07 | 35.63 | 4.93 | - |
| YUV | 151.63 | 44.69 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 4 | 0 | 0.32 | 0.98 | 0.15 | 40.28 | 0.96 | 0.43 |
| Hex | D9 | 93 | 4 | 0 | 20 | 62 | F | 28 | 60 | 2B |
| Octal | 331 | 223 | 4 | 0 | 40 | 142 | 17 | 50 | 140 | 53 |
| Binary | 11011001 | 10010011 | 100 | 0 | 100000 | 1100010 | 1111 | 101000 | 1100000 | 101011 |
Color Harmonies of #D99304
Complementary color
Monochromatic Colors of #D99304
Black with #D99304
Text Example
Text Example
White with #D99304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99304; }
p { color: rgb(217,147,4); }
H1.HeaderClassName
{
color: #D99304;
}
.AnyTagClassName
{
color: #D99304;
}
</style>
background-color css
<style>
a { background-color: #D99304; }
a { background-color: rgb(217,147,4); }
div.DivClassName
{
background-color: #D99304;
}
.BgClassName
{
background-color: #D99304;
}
</style>
border-color css
<style>
span { border-color: #D99304; }
span { border-color: rgb(217,147,4); }
td.TdClassName
{
border-color: #D99304;
}
.TagClassName
{
border-color: #D99304;
}
</style>