Shades of Gamboge #D5A201
Tints of Gamboge #D5A201
RGB
CMYK
RGB Variations
Color information
#D5A201 (or 0xD5A201) is known color: Gamboge. HEX triplet: D5, A2 and 01. RGB value is (213,162,1). Sum of RGB (Red+Green+Blue) = 213+162+1=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A201 is #2A5DFE. Grayscale: #9F9F9F. Windows color (decimal): -2776575 or 107221. OLE color: 107221.
HSL color Cylindrical-coordinate representation of color #D5A201: hue angle of 45.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5A201 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.16 |
| HSL | 45.57º | 0.99% | 0.42% | - |
| HSV(B) | 45.57º | 1% | 0.84% | - |
| XYZ | 40.37 | 39.99 | 5.62 | - |
| YUV | 158.9 | 38.9 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 1 | 0 | 0.24 | 1.00 | 0.16 | 45.57 | 0.99 | 0.42 |
| Hex | D5 | A2 | 1 | 0 | 18 | 64 | 10 | 2E | 63 | 2A |
| Octal | 325 | 242 | 1 | 0 | 30 | 144 | 20 | 56 | 143 | 52 |
| Binary | 11010101 | 10100010 | 1 | 0 | 11000 | 1100100 | 10000 | 101110 | 1100011 | 101010 |
Color Harmonies of #D5A201
Complementary color
Monochromatic Colors of #D5A201
Black with #D5A201
Text Example
Text Example
White with #D5A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A201; }
p { color: rgb(213,162,1); }
H1.HeaderClassName
{
color: #D5A201;
}
.AnyTagClassName
{
color: #D5A201;
}
</style>
background-color css
<style>
a { background-color: #D5A201; }
a { background-color: rgb(213,162,1); }
div.DivClassName
{
background-color: #D5A201;
}
.BgClassName
{
background-color: #D5A201;
}
</style>
border-color css
<style>
span { border-color: #D5A201; }
span { border-color: rgb(213,162,1); }
td.TdClassName
{
border-color: #D5A201;
}
.TagClassName
{
border-color: #D5A201;
}
</style>