Shades of Gamboge #D98C06
Tints of Gamboge #D98C06
RGB
CMYK
RGB Variations
Color information
#D98C06 (or 0xD98C06) is known color: Gamboge. HEX triplet: D9, 8C and 06. RGB value is (217,140,6). Sum of RGB (Red+Green+Blue) = 217+140+6=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98C06 is #2673F9. Grayscale: #949494. Windows color (decimal): -2520058 or 429273. OLE color: 429273.
HSL color Cylindrical-coordinate representation of color #D98C06: hue angle of 38.1º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D98C06 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 6 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.15 |
| HSL | 38.1º | 0.95% | 0.44% | - |
| HSV(B) | 38.1º | 0.97% | 0.85% | - |
| XYZ | 38.03 | 33.52 | 4.64 | - |
| YUV | 147.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 6 | 0 | 0.35 | 0.97 | 0.15 | 38.1 | 0.95 | 0.44 |
| Hex | D9 | 8C | 6 | 0 | 23 | 61 | F | 26 | 5F | 2C |
| Octal | 331 | 214 | 6 | 0 | 43 | 141 | 17 | 46 | 137 | 54 |
| Binary | 11011001 | 10001100 | 110 | 0 | 100011 | 1100001 | 1111 | 100110 | 1011111 | 101100 |
Color Harmonies of #D98C06
Complementary color
Monochromatic Colors of #D98C06
Black with #D98C06
Text Example
Text Example
White with #D98C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C06; }
p { color: rgb(217,140,6); }
H1.HeaderClassName
{
color: #D98C06;
}
.AnyTagClassName
{
color: #D98C06;
}
</style>
background-color css
<style>
a { background-color: #D98C06; }
a { background-color: rgb(217,140,6); }
div.DivClassName
{
background-color: #D98C06;
}
.BgClassName
{
background-color: #D98C06;
}
</style>
border-color css
<style>
span { border-color: #D98C06; }
span { border-color: rgb(217,140,6); }
td.TdClassName
{
border-color: #D98C06;
}
.TagClassName
{
border-color: #D98C06;
}
</style>