Shades of Gamboge #D99C14
Tints of Gamboge #D99C14
RGB
CMYK
RGB Variations
Color information
#D99C14 (or 0xD99C14) is known color: Gamboge. HEX triplet: D9, 9C and 14. RGB value is (217,156,20). Sum of RGB (Red+Green+Blue) = 217+156+20=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99C14 is #2663EB. Grayscale: #9F9F9F. Windows color (decimal): -2515948 or 1350873. OLE color: 1350873.
HSL color Cylindrical-coordinate representation of color #D99C14: hue angle of 41.42º 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 #D99C14 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 20 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.15 |
| HSL | 41.42º | 0.83% | 0.46% | - |
| HSV(B) | 41.42º | 0.91% | 0.85% | - |
| XYZ | 40.63 | 38.58 | 5.97 | - |
| YUV | 158.74 | 49.71 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 20 | 0 | 0.28 | 0.91 | 0.15 | 41.42 | 0.83 | 0.46 |
| Hex | D9 | 9C | 14 | 0 | 1C | 5B | F | 29 | 53 | 2E |
| Octal | 331 | 234 | 24 | 0 | 34 | 133 | 17 | 51 | 123 | 56 |
| Binary | 11011001 | 10011100 | 10100 | 0 | 11100 | 1011011 | 1111 | 101001 | 1010011 | 101110 |
Color Harmonies of #D99C14
Complementary color
Monochromatic Colors of #D99C14
Black with #D99C14
Text Example
Text Example
White with #D99C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C14; }
p { color: rgb(217,156,20); }
H1.HeaderClassName
{
color: #D99C14;
}
.AnyTagClassName
{
color: #D99C14;
}
</style>
background-color css
<style>
a { background-color: #D99C14; }
a { background-color: rgb(217,156,20); }
div.DivClassName
{
background-color: #D99C14;
}
.BgClassName
{
background-color: #D99C14;
}
</style>
border-color css
<style>
span { border-color: #D99C14; }
span { border-color: rgb(217,156,20); }
td.TdClassName
{
border-color: #D99C14;
}
.TagClassName
{
border-color: #D99C14;
}
</style>