Shades of Gamboge #D1A002
Tints of Gamboge #D1A002
RGB
CMYK
RGB Variations
Color information
#D1A002 (or 0xD1A002) is known color: Gamboge. HEX triplet: D1, A0 and 02. RGB value is (209,160,2). Sum of RGB (Red+Green+Blue) = 209+160+2=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A002 is #2E5FFD. Grayscale: #9D9D9D. Windows color (decimal): -3039230 or 172241. OLE color: 172241.
HSL color Cylindrical-coordinate representation of color #D1A002: hue angle of 45.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1A002 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.18 |
| HSL | 45.8º | 0.98% | 0.41% | - |
| HSV(B) | 45.8º | 0.99% | 0.82% | - |
| XYZ | 38.88 | 38.7 | 5.48 | - |
| YUV | 156.64 | 40.73 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 2 | 0 | 0.23 | 0.99 | 0.18 | 45.8 | 0.98 | 0.41 |
| Hex | D1 | A0 | 2 | 0 | 17 | 63 | 12 | 2E | 62 | 29 |
| Octal | 321 | 240 | 2 | 0 | 27 | 143 | 22 | 56 | 142 | 51 |
| Binary | 11010001 | 10100000 | 10 | 0 | 10111 | 1100011 | 10010 | 101110 | 1100010 | 101001 |
Color Harmonies of #D1A002
Complementary color
Monochromatic Colors of #D1A002
Black with #D1A002
Text Example
Text Example
White with #D1A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A002; }
p { color: rgb(209,160,2); }
H1.HeaderClassName
{
color: #D1A002;
}
.AnyTagClassName
{
color: #D1A002;
}
</style>
background-color css
<style>
a { background-color: #D1A002; }
a { background-color: rgb(209,160,2); }
div.DivClassName
{
background-color: #D1A002;
}
.BgClassName
{
background-color: #D1A002;
}
</style>
border-color css
<style>
span { border-color: #D1A002; }
span { border-color: rgb(209,160,2); }
td.TdClassName
{
border-color: #D1A002;
}
.TagClassName
{
border-color: #D1A002;
}
</style>