Shades of Gamboge #D99A16
Tints of Gamboge #D99A16
RGB
CMYK
RGB Variations
Color information
#D99A16 (or 0xD99A16) is known color: Gamboge. HEX triplet: D9, 9A and 16. RGB value is (217,154,22). Sum of RGB (Red+Green+Blue) = 217+154+22=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A16 is #2665E9. Grayscale: #9E9E9E. Windows color (decimal): -2516458 or 1481433. OLE color: 1481433.
HSL color Cylindrical-coordinate representation of color #D99A16: hue angle of 40.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D99A16 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 22 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.15 |
| HSL | 40.62º | 0.82% | 0.47% | - |
| HSV(B) | 40.62º | 0.9% | 0.85% | - |
| XYZ | 40.32 | 37.92 | 5.95 | - |
| YUV | 157.79 | 51.37 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 22 | 0 | 0.29 | 0.90 | 0.15 | 40.62 | 0.82 | 0.47 |
| Hex | D9 | 9A | 16 | 0 | 1D | 5A | F | 29 | 52 | 2F |
| Octal | 331 | 232 | 26 | 0 | 35 | 132 | 17 | 51 | 122 | 57 |
| Binary | 11011001 | 10011010 | 10110 | 0 | 11101 | 1011010 | 1111 | 101001 | 1010010 | 101111 |
Color Harmonies of #D99A16
Complementary color
Monochromatic Colors of #D99A16
Black with #D99A16
Text Example
Text Example
White with #D99A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A16; }
p { color: rgb(217,154,22); }
H1.HeaderClassName
{
color: #D99A16;
}
.AnyTagClassName
{
color: #D99A16;
}
</style>
background-color css
<style>
a { background-color: #D99A16; }
a { background-color: rgb(217,154,22); }
div.DivClassName
{
background-color: #D99A16;
}
.BgClassName
{
background-color: #D99A16;
}
</style>
border-color css
<style>
span { border-color: #D99A16; }
span { border-color: rgb(217,154,22); }
td.TdClassName
{
border-color: #D99A16;
}
.TagClassName
{
border-color: #D99A16;
}
</style>