Shades of Gamboge #D99314
Tints of Gamboge #D99314
RGB
CMYK
RGB Variations
Color information
#D99314 (or 0xD99314) is known color: Gamboge. HEX triplet: D9, 93 and 14. RGB value is (217,147,20). Sum of RGB (Red+Green+Blue) = 217+147+20=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D99314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99314 is #266CEB. Grayscale: #9A9A9A. Windows color (decimal): -2518252 or 1348569. OLE color: 1348569.
HSL color Cylindrical-coordinate representation of color #D99314: hue angle of 38.68º 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 #D99314 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 20 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.15 |
| HSL | 38.68º | 0.83% | 0.46% | - |
| HSV(B) | 38.68º | 0.91% | 0.85% | - |
| XYZ | 39.18 | 35.67 | 5.48 | - |
| YUV | 153.45 | 52.69 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 20 | 0 | 0.32 | 0.91 | 0.15 | 38.68 | 0.83 | 0.46 |
| Hex | D9 | 93 | 14 | 0 | 20 | 5B | F | 27 | 53 | 2E |
| Octal | 331 | 223 | 24 | 0 | 40 | 133 | 17 | 47 | 123 | 56 |
| Binary | 11011001 | 10010011 | 10100 | 0 | 100000 | 1011011 | 1111 | 100111 | 1010011 | 101110 |
Color Harmonies of #D99314
Complementary color
Monochromatic Colors of #D99314
Black with #D99314
Text Example
Text Example
White with #D99314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99314; }
p { color: rgb(217,147,20); }
H1.HeaderClassName
{
color: #D99314;
}
.AnyTagClassName
{
color: #D99314;
}
</style>
background-color css
<style>
a { background-color: #D99314; }
a { background-color: rgb(217,147,20); }
div.DivClassName
{
background-color: #D99314;
}
.BgClassName
{
background-color: #D99314;
}
</style>
border-color css
<style>
span { border-color: #D99314; }
span { border-color: rgb(217,147,20); }
td.TdClassName
{
border-color: #D99314;
}
.TagClassName
{
border-color: #D99314;
}
</style>