Shades of Gamboge #D99414
Tints of Gamboge #D99414
RGB
CMYK
RGB Variations
Color information
#D99414 (or 0xD99414) is known color: Gamboge. HEX triplet: D9, 94 and 14. RGB value is (217,148,20). Sum of RGB (Red+Green+Blue) = 217+148+20=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D99414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99414 is #266BEB. Grayscale: #9A9A9A. Windows color (decimal): -2517996 or 1348825. OLE color: 1348825.
HSL color Cylindrical-coordinate representation of color #D99414: hue angle of 38.98º 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 #D99414 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 20 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.15 |
| HSL | 38.98º | 0.83% | 0.46% | - |
| HSV(B) | 38.98º | 0.91% | 0.85% | - |
| XYZ | 39.33 | 35.98 | 5.53 | - |
| YUV | 154.04 | 52.36 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 20 | 0 | 0.32 | 0.91 | 0.15 | 38.98 | 0.83 | 0.46 |
| Hex | D9 | 94 | 14 | 0 | 20 | 5B | F | 27 | 53 | 2E |
| Octal | 331 | 224 | 24 | 0 | 40 | 133 | 17 | 47 | 123 | 56 |
| Binary | 11011001 | 10010100 | 10100 | 0 | 100000 | 1011011 | 1111 | 100111 | 1010011 | 101110 |
Color Harmonies of #D99414
Complementary color
Monochromatic Colors of #D99414
Black with #D99414
Text Example
Text Example
White with #D99414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99414; }
p { color: rgb(217,148,20); }
H1.HeaderClassName
{
color: #D99414;
}
.AnyTagClassName
{
color: #D99414;
}
</style>
background-color css
<style>
a { background-color: #D99414; }
a { background-color: rgb(217,148,20); }
div.DivClassName
{
background-color: #D99414;
}
.BgClassName
{
background-color: #D99414;
}
</style>
border-color css
<style>
span { border-color: #D99414; }
span { border-color: rgb(217,148,20); }
td.TdClassName
{
border-color: #D99414;
}
.TagClassName
{
border-color: #D99414;
}
</style>