Shades of Gamboge #D99404
Tints of Gamboge #D99404
RGB
CMYK
RGB Variations
Color information
#D99404 (or 0xD99404) is known color: Gamboge. HEX triplet: D9, 94 and 04. RGB value is (217,148,4). Sum of RGB (Red+Green+Blue) = 217+148+4=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D99404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99404 is #266BFB. Grayscale: #989898. Windows color (decimal): -2518012 or 300249. OLE color: 300249.
HSL color Cylindrical-coordinate representation of color #D99404: hue angle of 40.56º 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 #D99404 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.15 |
| HSL | 40.56º | 0.96% | 0.43% | - |
| HSV(B) | 40.56º | 0.98% | 0.85% | - |
| XYZ | 39.23 | 35.94 | 4.98 | - |
| YUV | 152.22 | 44.36 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 4 | 0 | 0.32 | 0.98 | 0.15 | 40.56 | 0.96 | 0.43 |
| Hex | D9 | 94 | 4 | 0 | 20 | 62 | F | 29 | 60 | 2B |
| Octal | 331 | 224 | 4 | 0 | 40 | 142 | 17 | 51 | 140 | 53 |
| Binary | 11011001 | 10010100 | 100 | 0 | 100000 | 1100010 | 1111 | 101001 | 1100000 | 101011 |
Color Harmonies of #D99404
Complementary color
Monochromatic Colors of #D99404
Black with #D99404
Text Example
Text Example
White with #D99404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99404; }
p { color: rgb(217,148,4); }
H1.HeaderClassName
{
color: #D99404;
}
.AnyTagClassName
{
color: #D99404;
}
</style>
background-color css
<style>
a { background-color: #D99404; }
a { background-color: rgb(217,148,4); }
div.DivClassName
{
background-color: #D99404;
}
.BgClassName
{
background-color: #D99404;
}
</style>
border-color css
<style>
span { border-color: #D99404; }
span { border-color: rgb(217,148,4); }
td.TdClassName
{
border-color: #D99404;
}
.TagClassName
{
border-color: #D99404;
}
</style>