Shades of Gamboge #D99616
Tints of Gamboge #D99616
RGB
CMYK
RGB Variations
Color information
#D99616 (or 0xD99616) is known color: Gamboge. HEX triplet: D9, 96 and 16. RGB value is (217,150,22). Sum of RGB (Red+Green+Blue) = 217+150+22=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D99616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99616 is #2669E9. Grayscale: #9C9C9C. Windows color (decimal): -2517482 or 1480409. OLE color: 1480409.
HSL color Cylindrical-coordinate representation of color #D99616: hue angle of 39.38º 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 #D99616 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 22 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.15 |
| HSL | 39.38º | 0.82% | 0.47% | - |
| HSV(B) | 39.38º | 0.9% | 0.85% | - |
| XYZ | 39.67 | 36.62 | 5.74 | - |
| YUV | 155.44 | 52.7 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 22 | 0 | 0.31 | 0.90 | 0.15 | 39.38 | 0.82 | 0.47 |
| Hex | D9 | 96 | 16 | 0 | 1F | 5A | F | 27 | 52 | 2F |
| Octal | 331 | 226 | 26 | 0 | 37 | 132 | 17 | 47 | 122 | 57 |
| Binary | 11011001 | 10010110 | 10110 | 0 | 11111 | 1011010 | 1111 | 100111 | 1010010 | 101111 |
Color Harmonies of #D99616
Complementary color
Monochromatic Colors of #D99616
Black with #D99616
Text Example
Text Example
White with #D99616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99616; }
p { color: rgb(217,150,22); }
H1.HeaderClassName
{
color: #D99616;
}
.AnyTagClassName
{
color: #D99616;
}
</style>
background-color css
<style>
a { background-color: #D99616; }
a { background-color: rgb(217,150,22); }
div.DivClassName
{
background-color: #D99616;
}
.BgClassName
{
background-color: #D99616;
}
</style>
border-color css
<style>
span { border-color: #D99616; }
span { border-color: rgb(217,150,22); }
td.TdClassName
{
border-color: #D99616;
}
.TagClassName
{
border-color: #D99616;
}
</style>