Shades of Gamboge #D99614
Tints of Gamboge #D99614
RGB
CMYK
RGB Variations
Color information
#D99614 (or 0xD99614) is known color: Gamboge. HEX triplet: D9, 96 and 14. RGB value is (217,150,20). Sum of RGB (Red+Green+Blue) = 217+150+20=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D99614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99614 is #2669EB. Grayscale: #9B9B9B. Windows color (decimal): -2517484 or 1349337. OLE color: 1349337.
HSL color Cylindrical-coordinate representation of color #D99614: hue angle of 39.59º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D99614 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.15 |
| HSL | 39.59º | 0.83% | 0.46% | - |
| HSV(B) | 39.59º | 0.91% | 0.85% | - |
| XYZ | 39.65 | 36.61 | 5.64 | - |
| YUV | 155.21 | 51.7 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 20 | 0 | 0.31 | 0.91 | 0.15 | 39.59 | 0.83 | 0.46 |
| Hex | D9 | 96 | 14 | 0 | 1F | 5B | F | 28 | 53 | 2E |
| Octal | 331 | 226 | 24 | 0 | 37 | 133 | 17 | 50 | 123 | 56 |
| Binary | 11011001 | 10010110 | 10100 | 0 | 11111 | 1011011 | 1111 | 101000 | 1010011 | 101110 |
Color Harmonies of #D99614
Complementary color
Monochromatic Colors of #D99614
Black with #D99614
Text Example
Text Example
White with #D99614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99614; }
p { color: rgb(217,150,20); }
H1.HeaderClassName
{
color: #D99614;
}
.AnyTagClassName
{
color: #D99614;
}
</style>
background-color css
<style>
a { background-color: #D99614; }
a { background-color: rgb(217,150,20); }
div.DivClassName
{
background-color: #D99614;
}
.BgClassName
{
background-color: #D99614;
}
</style>
border-color css
<style>
span { border-color: #D99614; }
span { border-color: rgb(217,150,20); }
td.TdClassName
{
border-color: #D99614;
}
.TagClassName
{
border-color: #D99614;
}
</style>