Shades of Gamboge #D99A10
Tints of Gamboge #D99A10
RGB
CMYK
RGB Variations
Color information
#D99A10 (or 0xD99A10) is known color: Gamboge. HEX triplet: D9, 9A and 10. RGB value is (217,154,16). Sum of RGB (Red+Green+Blue) = 217+154+16=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A10 is #2665EF. Grayscale: #9D9D9D. Windows color (decimal): -2516464 or 1088217. OLE color: 1088217.
HSL color Cylindrical-coordinate representation of color #D99A10: hue angle of 41.19º 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 #D99A10 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.15 |
| HSL | 41.19º | 0.86% | 0.46% | - |
| HSV(B) | 41.19º | 0.93% | 0.85% | - |
| XYZ | 40.26 | 37.9 | 5.68 | - |
| YUV | 157.11 | 48.37 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 16 | 0 | 0.29 | 0.93 | 0.15 | 41.19 | 0.86 | 0.46 |
| Hex | D9 | 9A | 10 | 0 | 1D | 5D | F | 29 | 56 | 2E |
| Octal | 331 | 232 | 20 | 0 | 35 | 135 | 17 | 51 | 126 | 56 |
| Binary | 11011001 | 10011010 | 10000 | 0 | 11101 | 1011101 | 1111 | 101001 | 1010110 | 101110 |
Color Harmonies of #D99A10
Complementary color
Monochromatic Colors of #D99A10
Black with #D99A10
Text Example
Text Example
White with #D99A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A10; }
p { color: rgb(217,154,16); }
H1.HeaderClassName
{
color: #D99A10;
}
.AnyTagClassName
{
color: #D99A10;
}
</style>
background-color css
<style>
a { background-color: #D99A10; }
a { background-color: rgb(217,154,16); }
div.DivClassName
{
background-color: #D99A10;
}
.BgClassName
{
background-color: #D99A10;
}
</style>
border-color css
<style>
span { border-color: #D99A10; }
span { border-color: rgb(217,154,16); }
td.TdClassName
{
border-color: #D99A10;
}
.TagClassName
{
border-color: #D99A10;
}
</style>