Shades of Gamboge #D99A14
Tints of Gamboge #D99A14
RGB
CMYK
RGB Variations
Color information
#D99A14 (or 0xD99A14) is known color: Gamboge. HEX triplet: D9, 9A and 14. RGB value is (217,154,20). Sum of RGB (Red+Green+Blue) = 217+154+20=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A14 is #2665EB. Grayscale: #9E9E9E. Windows color (decimal): -2516460 or 1350361. OLE color: 1350361.
HSL color Cylindrical-coordinate representation of color #D99A14: hue angle of 40.81º 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 #D99A14 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 20 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.15 |
| HSL | 40.81º | 0.83% | 0.46% | - |
| HSV(B) | 40.81º | 0.91% | 0.85% | - |
| XYZ | 40.3 | 37.91 | 5.86 | - |
| YUV | 157.56 | 50.37 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 20 | 0 | 0.29 | 0.91 | 0.15 | 40.81 | 0.83 | 0.46 |
| Hex | D9 | 9A | 14 | 0 | 1D | 5B | F | 29 | 53 | 2E |
| Octal | 331 | 232 | 24 | 0 | 35 | 133 | 17 | 51 | 123 | 56 |
| Binary | 11011001 | 10011010 | 10100 | 0 | 11101 | 1011011 | 1111 | 101001 | 1010011 | 101110 |
Color Harmonies of #D99A14
Complementary color
Monochromatic Colors of #D99A14
Black with #D99A14
Text Example
Text Example
White with #D99A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A14; }
p { color: rgb(217,154,20); }
H1.HeaderClassName
{
color: #D99A14;
}
.AnyTagClassName
{
color: #D99A14;
}
</style>
background-color css
<style>
a { background-color: #D99A14; }
a { background-color: rgb(217,154,20); }
div.DivClassName
{
background-color: #D99A14;
}
.BgClassName
{
background-color: #D99A14;
}
</style>
border-color css
<style>
span { border-color: #D99A14; }
span { border-color: rgb(217,154,20); }
td.TdClassName
{
border-color: #D99A14;
}
.TagClassName
{
border-color: #D99A14;
}
</style>