Shades of Gamboge #D5A30D
Tints of Gamboge #D5A30D
RGB
CMYK
RGB Variations
Color information
#D5A30D (or 0xD5A30D) is known color: Gamboge. HEX triplet: D5, A3 and 0D. RGB value is (213,163,13). Sum of RGB (Red+Green+Blue) = 213+163+13=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A30D is #2A5CF2. Grayscale: #A1A1A1. Windows color (decimal): -2776307 or 893909. OLE color: 893909.
HSL color Cylindrical-coordinate representation of color #D5A30D: hue angle of 45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5A30D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.16 |
| HSL | 45º | 0.88% | 0.44% | - |
| HSV(B) | 45º | 0.94% | 0.84% | - |
| XYZ | 40.61 | 40.37 | 6.03 | - |
| YUV | 160.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 13 | 0 | 0.23 | 0.94 | 0.16 | 45 | 0.88 | 0.44 |
| Hex | D5 | A3 | D | 0 | 17 | 5E | 10 | 2D | 58 | 2C |
| Octal | 325 | 243 | 15 | 0 | 27 | 136 | 20 | 55 | 130 | 54 |
| Binary | 11010101 | 10100011 | 1101 | 0 | 10111 | 1011110 | 10000 | 101101 | 1011000 | 101100 |
Color Harmonies of #D5A30D
Complementary color
Monochromatic Colors of #D5A30D
Black with #D5A30D
Text Example
Text Example
White with #D5A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A30D; }
p { color: rgb(213,163,13); }
H1.HeaderClassName
{
color: #D5A30D;
}
.AnyTagClassName
{
color: #D5A30D;
}
</style>
background-color css
<style>
a { background-color: #D5A30D; }
a { background-color: rgb(213,163,13); }
div.DivClassName
{
background-color: #D5A30D;
}
.BgClassName
{
background-color: #D5A30D;
}
</style>
border-color css
<style>
span { border-color: #D5A30D; }
span { border-color: rgb(213,163,13); }
td.TdClassName
{
border-color: #D5A30D;
}
.TagClassName
{
border-color: #D5A30D;
}
</style>