Shades of Gamboge #D1A201
Tints of Gamboge #D1A201
RGB
CMYK
RGB Variations
Color information
#D1A201 (or 0xD1A201) is known color: Gamboge. HEX triplet: D1, A2 and 01. RGB value is (209,162,1). Sum of RGB (Red+Green+Blue) = 209+162+1=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A201 is #2E5DFE. Grayscale: #9E9E9E. Windows color (decimal): -3038719 or 107217. OLE color: 107217.
HSL color Cylindrical-coordinate representation of color #D1A201: hue angle of 46.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1A201 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.18 |
| HSL | 46.44º | 0.99% | 0.41% | - |
| HSV(B) | 46.44º | 1% | 0.82% | - |
| XYZ | 39.22 | 39.4 | 5.57 | - |
| YUV | 157.7 | 39.57 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 1 | 0 | 0.22 | 1.00 | 0.18 | 46.44 | 0.99 | 0.41 |
| Hex | D1 | A2 | 1 | 0 | 16 | 64 | 12 | 2E | 63 | 29 |
| Octal | 321 | 242 | 1 | 0 | 26 | 144 | 22 | 56 | 143 | 51 |
| Binary | 11010001 | 10100010 | 1 | 0 | 10110 | 1100100 | 10010 | 101110 | 1100011 | 101001 |
Color Harmonies of #D1A201
Complementary color
Monochromatic Colors of #D1A201
Black with #D1A201
Text Example
Text Example
White with #D1A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A201; }
p { color: rgb(209,162,1); }
H1.HeaderClassName
{
color: #D1A201;
}
.AnyTagClassName
{
color: #D1A201;
}
</style>
background-color css
<style>
a { background-color: #D1A201; }
a { background-color: rgb(209,162,1); }
div.DivClassName
{
background-color: #D1A201;
}
.BgClassName
{
background-color: #D1A201;
}
</style>
border-color css
<style>
span { border-color: #D1A201; }
span { border-color: rgb(209,162,1); }
td.TdClassName
{
border-color: #D1A201;
}
.TagClassName
{
border-color: #D1A201;
}
</style>