Shades of Gamboge #D1A40A
Tints of Gamboge #D1A40A
RGB
CMYK
RGB Variations
Color information
#D1A40A (or 0xD1A40A) is known color: Gamboge. HEX triplet: D1, A4 and 0A. RGB value is (209,164,10). Sum of RGB (Red+Green+Blue) = 209+164+10=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A40A is #2E5BF5. Grayscale: #A0A0A0. Windows color (decimal): -3038198 or 697553. OLE color: 697553.
HSL color Cylindrical-coordinate representation of color #D1A40A: hue angle of 46.43º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1A40A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 10 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.18 |
| HSL | 46.43º | 0.91% | 0.43% | - |
| HSV(B) | 46.43º | 0.95% | 0.82% | - |
| XYZ | 39.62 | 40.13 | 5.94 | - |
| YUV | 159.9 | 43.41 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 10 | 0 | 0.22 | 0.95 | 0.18 | 46.43 | 0.91 | 0.43 |
| Hex | D1 | A4 | A | 0 | 16 | 5F | 12 | 2E | 5B | 2B |
| Octal | 321 | 244 | 12 | 0 | 26 | 137 | 22 | 56 | 133 | 53 |
| Binary | 11010001 | 10100100 | 1010 | 0 | 10110 | 1011111 | 10010 | 101110 | 1011011 | 101011 |
Color Harmonies of #D1A40A
Complementary color
Monochromatic Colors of #D1A40A
Black with #D1A40A
Text Example
Text Example
White with #D1A40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A40A; }
p { color: rgb(209,164,10); }
H1.HeaderClassName
{
color: #D1A40A;
}
.AnyTagClassName
{
color: #D1A40A;
}
</style>
background-color css
<style>
a { background-color: #D1A40A; }
a { background-color: rgb(209,164,10); }
div.DivClassName
{
background-color: #D1A40A;
}
.BgClassName
{
background-color: #D1A40A;
}
</style>
border-color css
<style>
span { border-color: #D1A40A; }
span { border-color: rgb(209,164,10); }
td.TdClassName
{
border-color: #D1A40A;
}
.TagClassName
{
border-color: #D1A40A;
}
</style>