Shades of Gamboge #D98A04
Tints of Gamboge #D98A04
RGB
CMYK
RGB Variations
Color information
#D98A04 (or 0xD98A04) is known color: Gamboge. HEX triplet: D9, 8A and 04. RGB value is (217,138,4). Sum of RGB (Red+Green+Blue) = 217+138+4=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98A04 is #2675FB. Grayscale: #929292. Windows color (decimal): -2520572 or 297689. OLE color: 297689.
HSL color Cylindrical-coordinate representation of color #D98A04: hue angle of 37.75º 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 #D98A04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.15 |
| HSL | 37.75º | 0.96% | 0.43% | - |
| HSV(B) | 37.75º | 0.98% | 0.85% | - |
| XYZ | 37.73 | 32.94 | 4.48 | - |
| YUV | 146.35 | 47.67 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 4 | 0 | 0.36 | 0.98 | 0.15 | 37.75 | 0.96 | 0.43 |
| Hex | D9 | 8A | 4 | 0 | 24 | 62 | F | 26 | 60 | 2B |
| Octal | 331 | 212 | 4 | 0 | 44 | 142 | 17 | 46 | 140 | 53 |
| Binary | 11011001 | 10001010 | 100 | 0 | 100100 | 1100010 | 1111 | 100110 | 1100000 | 101011 |
Color Harmonies of #D98A04
Complementary color
Monochromatic Colors of #D98A04
Black with #D98A04
Text Example
Text Example
White with #D98A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98A04; }
p { color: rgb(217,138,4); }
H1.HeaderClassName
{
color: #D98A04;
}
.AnyTagClassName
{
color: #D98A04;
}
</style>
background-color css
<style>
a { background-color: #D98A04; }
a { background-color: rgb(217,138,4); }
div.DivClassName
{
background-color: #D98A04;
}
.BgClassName
{
background-color: #D98A04;
}
</style>
border-color css
<style>
span { border-color: #D98A04; }
span { border-color: rgb(217,138,4); }
td.TdClassName
{
border-color: #D98A04;
}
.TagClassName
{
border-color: #D98A04;
}
</style>