Shades of Gamboge #D98C05
Tints of Gamboge #D98C05
RGB
CMYK
RGB Variations
Color information
#D98C05 (or 0xD98C05) is known color: Gamboge. HEX triplet: D9, 8C and 05. RGB value is (217,140,5). Sum of RGB (Red+Green+Blue) = 217+140+5=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98C05 is #2673FA. Grayscale: #949494. Windows color (decimal): -2520059 or 363737. OLE color: 363737.
HSL color Cylindrical-coordinate representation of color #D98C05: hue angle of 38.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D98C05 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.15 |
| HSL | 38.21º | 0.95% | 0.44% | - |
| HSV(B) | 38.21º | 0.98% | 0.85% | - |
| XYZ | 38.02 | 33.52 | 4.61 | - |
| YUV | 147.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 5 | 0 | 0.35 | 0.98 | 0.15 | 38.21 | 0.95 | 0.44 |
| Hex | D9 | 8C | 5 | 0 | 23 | 62 | F | 26 | 5F | 2C |
| Octal | 331 | 214 | 5 | 0 | 43 | 142 | 17 | 46 | 137 | 54 |
| Binary | 11011001 | 10001100 | 101 | 0 | 100011 | 1100010 | 1111 | 100110 | 1011111 | 101100 |
Color Harmonies of #D98C05
Complementary color
Monochromatic Colors of #D98C05
Black with #D98C05
Text Example
Text Example
White with #D98C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C05; }
p { color: rgb(217,140,5); }
H1.HeaderClassName
{
color: #D98C05;
}
.AnyTagClassName
{
color: #D98C05;
}
</style>
background-color css
<style>
a { background-color: #D98C05; }
a { background-color: rgb(217,140,5); }
div.DivClassName
{
background-color: #D98C05;
}
.BgClassName
{
background-color: #D98C05;
}
</style>
border-color css
<style>
span { border-color: #D98C05; }
span { border-color: rgb(217,140,5); }
td.TdClassName
{
border-color: #D98C05;
}
.TagClassName
{
border-color: #D98C05;
}
</style>