Shades of Gamboge #D39010
Tints of Gamboge #D39010
RGB
CMYK
RGB Variations
Color information
#D39010 (or 0xD39010) is known color: Gamboge. HEX triplet: D3, 90 and 10. RGB value is (211,144,16). Sum of RGB (Red+Green+Blue) = 211+144+16=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D39010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39010 is #2C6FEF. Grayscale: #969696. Windows color (decimal): -2912240 or 1085651. OLE color: 1085651.
HSL color Cylindrical-coordinate representation of color #D39010: hue angle of 39.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D39010 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 16 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.17 |
| HSL | 39.38º | 0.86% | 0.45% | - |
| HSV(B) | 39.38º | 0.92% | 0.83% | - |
| XYZ | 36.93 | 33.83 | 5.07 | - |
| YUV | 149.44 | 52.7 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 16 | 0 | 0.32 | 0.92 | 0.17 | 39.38 | 0.86 | 0.45 |
| Hex | D3 | 90 | 10 | 0 | 20 | 5C | 11 | 27 | 56 | 2D |
| Octal | 323 | 220 | 20 | 0 | 40 | 134 | 21 | 47 | 126 | 55 |
| Binary | 11010011 | 10010000 | 10000 | 0 | 100000 | 1011100 | 10001 | 100111 | 1010110 | 101101 |
Color Harmonies of #D39010
Complementary color
Monochromatic Colors of #D39010
Black with #D39010
Text Example
Text Example
White with #D39010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39010; }
p { color: rgb(211,144,16); }
H1.HeaderClassName
{
color: #D39010;
}
.AnyTagClassName
{
color: #D39010;
}
</style>
background-color css
<style>
a { background-color: #D39010; }
a { background-color: rgb(211,144,16); }
div.DivClassName
{
background-color: #D39010;
}
.BgClassName
{
background-color: #D39010;
}
</style>
border-color css
<style>
span { border-color: #D39010; }
span { border-color: rgb(211,144,16); }
td.TdClassName
{
border-color: #D39010;
}
.TagClassName
{
border-color: #D39010;
}
</style>