Shades of Gamboge #D5A50D
Tints of Gamboge #D5A50D
RGB
CMYK
RGB Variations
Color information
#D5A50D (or 0xD5A50D) is known color: Gamboge. HEX triplet: D5, A5 and 0D. RGB value is (213,165,13). Sum of RGB (Red+Green+Blue) = 213+165+13=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A50D is #2A5AF2. Grayscale: #A2A2A2. Windows color (decimal): -2775795 or 894421. OLE color: 894421.
HSL color Cylindrical-coordinate representation of color #D5A50D: hue angle of 45.6º 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 #D5A50D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.16 |
| HSL | 45.6º | 0.88% | 0.44% | - |
| HSV(B) | 45.6º | 0.94% | 0.84% | - |
| XYZ | 40.97 | 41.09 | 6.15 | - |
| YUV | 162.02 | 43.9 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 13 | 0 | 0.23 | 0.94 | 0.16 | 45.6 | 0.88 | 0.44 |
| Hex | D5 | A5 | D | 0 | 17 | 5E | 10 | 2E | 58 | 2C |
| Octal | 325 | 245 | 15 | 0 | 27 | 136 | 20 | 56 | 130 | 54 |
| Binary | 11010101 | 10100101 | 1101 | 0 | 10111 | 1011110 | 10000 | 101110 | 1011000 | 101100 |
Color Harmonies of #D5A50D
Complementary color
Monochromatic Colors of #D5A50D
Black with #D5A50D
Text Example
Text Example
White with #D5A50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A50D; }
p { color: rgb(213,165,13); }
H1.HeaderClassName
{
color: #D5A50D;
}
.AnyTagClassName
{
color: #D5A50D;
}
</style>
background-color css
<style>
a { background-color: #D5A50D; }
a { background-color: rgb(213,165,13); }
div.DivClassName
{
background-color: #D5A50D;
}
.BgClassName
{
background-color: #D5A50D;
}
</style>
border-color css
<style>
span { border-color: #D5A50D; }
span { border-color: rgb(213,165,13); }
td.TdClassName
{
border-color: #D5A50D;
}
.TagClassName
{
border-color: #D5A50D;
}
</style>