Shades of Gamboge #D5A801
Tints of Gamboge #D5A801
RGB
CMYK
RGB Variations
Color information
#D5A801 (or 0xD5A801) is known color: Gamboge. HEX triplet: D5, A8 and 01. RGB value is (213,168,1). Sum of RGB (Red+Green+Blue) = 213+168+1=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A801 is #2A57FE. Grayscale: #A3A3A3. Windows color (decimal): -2775039 or 108757. OLE color: 108757.
HSL color Cylindrical-coordinate representation of color #D5A801: hue angle of 47.26º 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 #D5A801 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.16 |
| HSL | 47.26º | 0.99% | 0.42% | - |
| HSV(B) | 47.26º | 1% | 0.84% | - |
| XYZ | 41.45 | 42.15 | 5.98 | - |
| YUV | 162.42 | 36.91 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 1 | 0 | 0.21 | 1.00 | 0.16 | 47.26 | 0.99 | 0.42 |
| Hex | D5 | A8 | 1 | 0 | 15 | 64 | 10 | 2F | 63 | 2A |
| Octal | 325 | 250 | 1 | 0 | 25 | 144 | 20 | 57 | 143 | 52 |
| Binary | 11010101 | 10101000 | 1 | 0 | 10101 | 1100100 | 10000 | 101111 | 1100011 | 101010 |
Color Harmonies of #D5A801
Complementary color
Monochromatic Colors of #D5A801
Black with #D5A801
Text Example
Text Example
White with #D5A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A801; }
p { color: rgb(213,168,1); }
H1.HeaderClassName
{
color: #D5A801;
}
.AnyTagClassName
{
color: #D5A801;
}
</style>
background-color css
<style>
a { background-color: #D5A801; }
a { background-color: rgb(213,168,1); }
div.DivClassName
{
background-color: #D5A801;
}
.BgClassName
{
background-color: #D5A801;
}
</style>
border-color css
<style>
span { border-color: #D5A801; }
span { border-color: rgb(213,168,1); }
td.TdClassName
{
border-color: #D5A801;
}
.TagClassName
{
border-color: #D5A801;
}
</style>