Shades of Gamboge #D49314
Tints of Gamboge #D49314
RGB
CMYK
RGB Variations
Color information
#D49314 (or 0xD49314) is known color: Gamboge. HEX triplet: D4, 93 and 14. RGB value is (212,147,20). Sum of RGB (Red+Green+Blue) = 212+147+20=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D49314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49314 is #2B6CEB. Grayscale: #989898. Windows color (decimal): -2845932 or 1348564. OLE color: 1348564.
HSL color Cylindrical-coordinate representation of color #D49314: hue angle of 39.69º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D49314 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.17 |
| HSL | 39.69º | 0.83% | 0.45% | - |
| HSV(B) | 39.69º | 0.91% | 0.83% | - |
| XYZ | 37.71 | 34.91 | 5.41 | - |
| YUV | 151.96 | 53.53 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 20 | 0 | 0.31 | 0.91 | 0.17 | 39.69 | 0.83 | 0.45 |
| Hex | D4 | 93 | 14 | 0 | 1F | 5B | 11 | 28 | 53 | 2D |
| Octal | 324 | 223 | 24 | 0 | 37 | 133 | 21 | 50 | 123 | 55 |
| Binary | 11010100 | 10010011 | 10100 | 0 | 11111 | 1011011 | 10001 | 101000 | 1010011 | 101101 |
Color Harmonies of #D49314
Complementary color
Monochromatic Colors of #D49314
Black with #D49314
Text Example
Text Example
White with #D49314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49314; }
p { color: rgb(212,147,20); }
H1.HeaderClassName
{
color: #D49314;
}
.AnyTagClassName
{
color: #D49314;
}
</style>
background-color css
<style>
a { background-color: #D49314; }
a { background-color: rgb(212,147,20); }
div.DivClassName
{
background-color: #D49314;
}
.BgClassName
{
background-color: #D49314;
}
</style>
border-color css
<style>
span { border-color: #D49314; }
span { border-color: rgb(212,147,20); }
td.TdClassName
{
border-color: #D49314;
}
.TagClassName
{
border-color: #D49314;
}
</style>