Shades of Gamboge #D39013
Tints of Gamboge #D39013
RGB
CMYK
RGB Variations
Color information
#D39013 (or 0xD39013) is known color: Gamboge. HEX triplet: D3, 90 and 13. RGB value is (211,144,19). Sum of RGB (Red+Green+Blue) = 211+144+19=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D39013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39013 is #2C6FEC. Grayscale: #969696. Windows color (decimal): -2912237 or 1282259. OLE color: 1282259.
HSL color Cylindrical-coordinate representation of color #D39013: hue angle of 39.06º 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 #D39013 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 19 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.17 |
| HSL | 39.06º | 0.83% | 0.45% | - |
| HSV(B) | 39.06º | 0.91% | 0.83% | - |
| XYZ | 36.95 | 33.84 | 5.2 | - |
| YUV | 149.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 19 | 0 | 0.32 | 0.91 | 0.17 | 39.06 | 0.83 | 0.45 |
| Hex | D3 | 90 | 13 | 0 | 20 | 5B | 11 | 27 | 53 | 2D |
| Octal | 323 | 220 | 23 | 0 | 40 | 133 | 21 | 47 | 123 | 55 |
| Binary | 11010011 | 10010000 | 10011 | 0 | 100000 | 1011011 | 10001 | 100111 | 1010011 | 101101 |
Color Harmonies of #D39013
Complementary color
Monochromatic Colors of #D39013
Black with #D39013
Text Example
Text Example
White with #D39013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39013; }
p { color: rgb(211,144,19); }
H1.HeaderClassName
{
color: #D39013;
}
.AnyTagClassName
{
color: #D39013;
}
</style>
background-color css
<style>
a { background-color: #D39013; }
a { background-color: rgb(211,144,19); }
div.DivClassName
{
background-color: #D39013;
}
.BgClassName
{
background-color: #D39013;
}
</style>
border-color css
<style>
span { border-color: #D39013; }
span { border-color: rgb(211,144,19); }
td.TdClassName
{
border-color: #D39013;
}
.TagClassName
{
border-color: #D39013;
}
</style>