Shades of Gamboge #D3A00E
Tints of Gamboge #D3A00E
RGB
CMYK
RGB Variations
Color information
#D3A00E (or 0xD3A00E) is known color: Gamboge. HEX triplet: D3, A0 and 0E. RGB value is (211,160,14). Sum of RGB (Red+Green+Blue) = 211+160+14=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A00E is #2C5FF1. Grayscale: #9F9F9F. Windows color (decimal): -2908146 or 958675. OLE color: 958675.
HSL color Cylindrical-coordinate representation of color #D3A00E: hue angle of 44.47º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3A00E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 160 | 14 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.17 |
| HSL | 44.47º | 0.88% | 0.44% | - |
| HSV(B) | 44.47º | 0.93% | 0.83% | - |
| XYZ | 39.51 | 39.02 | 5.86 | - |
| YUV | 158.61 | 46.4 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 14 | 0 | 0.24 | 0.93 | 0.17 | 44.47 | 0.88 | 0.44 |
| Hex | D3 | A0 | E | 0 | 18 | 5D | 11 | 2C | 58 | 2C |
| Octal | 323 | 240 | 16 | 0 | 30 | 135 | 21 | 54 | 130 | 54 |
| Binary | 11010011 | 10100000 | 1110 | 0 | 11000 | 1011101 | 10001 | 101100 | 1011000 | 101100 |
Color Harmonies of #D3A00E
Complementary color
Monochromatic Colors of #D3A00E
Black with #D3A00E
Text Example
Text Example
White with #D3A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A00E; }
p { color: rgb(211,160,14); }
H1.HeaderClassName
{
color: #D3A00E;
}
.AnyTagClassName
{
color: #D3A00E;
}
</style>
background-color css
<style>
a { background-color: #D3A00E; }
a { background-color: rgb(211,160,14); }
div.DivClassName
{
background-color: #D3A00E;
}
.BgClassName
{
background-color: #D3A00E;
}
</style>
border-color css
<style>
span { border-color: #D3A00E; }
span { border-color: rgb(211,160,14); }
td.TdClassName
{
border-color: #D3A00E;
}
.TagClassName
{
border-color: #D3A00E;
}
</style>