Shades of Gamboge #D98A10
Tints of Gamboge #D98A10
RGB
CMYK
RGB Variations
Color information
#D98A10 (or 0xD98A10) is known color: Gamboge. HEX triplet: D9, 8A and 10. RGB value is (217,138,16). Sum of RGB (Red+Green+Blue) = 217+138+16=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98A10 is #2675EF. Grayscale: #949494. Windows color (decimal): -2520560 or 1084121. OLE color: 1084121.
HSL color Cylindrical-coordinate representation of color #D98A10: hue angle of 36.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D98A10 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 16 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.15 |
| HSL | 36.42º | 0.86% | 0.46% | - |
| HSV(B) | 36.42º | 0.93% | 0.85% | - |
| XYZ | 37.8 | 32.97 | 4.86 | - |
| YUV | 147.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 16 | 0 | 0.36 | 0.93 | 0.15 | 36.42 | 0.86 | 0.46 |
| Hex | D9 | 8A | 10 | 0 | 24 | 5D | F | 24 | 56 | 2E |
| Octal | 331 | 212 | 20 | 0 | 44 | 135 | 17 | 44 | 126 | 56 |
| Binary | 11011001 | 10001010 | 10000 | 0 | 100100 | 1011101 | 1111 | 100100 | 1010110 | 101110 |
Color Harmonies of #D98A10
Complementary color
Monochromatic Colors of #D98A10
Black with #D98A10
Text Example
Text Example
White with #D98A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98A10; }
p { color: rgb(217,138,16); }
H1.HeaderClassName
{
color: #D98A10;
}
.AnyTagClassName
{
color: #D98A10;
}
</style>
background-color css
<style>
a { background-color: #D98A10; }
a { background-color: rgb(217,138,16); }
div.DivClassName
{
background-color: #D98A10;
}
.BgClassName
{
background-color: #D98A10;
}
</style>
border-color css
<style>
span { border-color: #D98A10; }
span { border-color: rgb(217,138,16); }
td.TdClassName
{
border-color: #D98A10;
}
.TagClassName
{
border-color: #D98A10;
}
</style>