Shades of Gamboge #D5A301
Tints of Gamboge #D5A301
RGB
CMYK
RGB Variations
Color information
#D5A301 (or 0xD5A301) is known color: Gamboge. HEX triplet: D5, A3 and 01. RGB value is (213,163,1). Sum of RGB (Red+Green+Blue) = 213+163+1=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A301 is #2A5CFE. Grayscale: #A0A0A0. Windows color (decimal): -2776319 or 107477. OLE color: 107477.
HSL color Cylindrical-coordinate representation of color #D5A301: hue angle of 45.85º 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 #D5A301 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.16 |
| HSL | 45.85º | 0.99% | 0.42% | - |
| HSV(B) | 45.85º | 1% | 0.84% | - |
| XYZ | 40.54 | 40.34 | 5.68 | - |
| YUV | 159.48 | 38.57 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 1 | 0 | 0.23 | 1.00 | 0.16 | 45.85 | 0.99 | 0.42 |
| Hex | D5 | A3 | 1 | 0 | 17 | 64 | 10 | 2E | 63 | 2A |
| Octal | 325 | 243 | 1 | 0 | 27 | 144 | 20 | 56 | 143 | 52 |
| Binary | 11010101 | 10100011 | 1 | 0 | 10111 | 1100100 | 10000 | 101110 | 1100011 | 101010 |
Color Harmonies of #D5A301
Complementary color
Monochromatic Colors of #D5A301
Black with #D5A301
Text Example
Text Example
White with #D5A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A301; }
p { color: rgb(213,163,1); }
H1.HeaderClassName
{
color: #D5A301;
}
.AnyTagClassName
{
color: #D5A301;
}
</style>
background-color css
<style>
a { background-color: #D5A301; }
a { background-color: rgb(213,163,1); }
div.DivClassName
{
background-color: #D5A301;
}
.BgClassName
{
background-color: #D5A301;
}
</style>
border-color css
<style>
span { border-color: #D5A301; }
span { border-color: rgb(213,163,1); }
td.TdClassName
{
border-color: #D5A301;
}
.TagClassName
{
border-color: #D5A301;
}
</style>