Shades of Gamboge #D9A50D
Tints of Gamboge #D9A50D
RGB
CMYK
RGB Variations
Color information
#D9A50D (or 0xD9A50D) is known color: Gamboge. HEX triplet: D9, A5 and 0D. RGB value is (217,165,13). Sum of RGB (Red+Green+Blue) = 217+165+13=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A50D is #265AF2. Grayscale: #A3A3A3. Windows color (decimal): -2513651 or 894425. OLE color: 894425.
HSL color Cylindrical-coordinate representation of color #D9A50D: hue angle of 44.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9A50D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.15 |
| HSL | 44.71º | 0.89% | 0.45% | - |
| HSV(B) | 44.71º | 0.94% | 0.85% | - |
| XYZ | 42.14 | 41.69 | 6.21 | - |
| YUV | 163.22 | 43.23 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 13 | 0 | 0.24 | 0.94 | 0.15 | 44.71 | 0.89 | 0.45 |
| Hex | D9 | A5 | D | 0 | 18 | 5E | F | 2D | 59 | 2D |
| Octal | 331 | 245 | 15 | 0 | 30 | 136 | 17 | 55 | 131 | 55 |
| Binary | 11011001 | 10100101 | 1101 | 0 | 11000 | 1011110 | 1111 | 101101 | 1011001 | 101101 |
Color Harmonies of #D9A50D
Complementary color
Monochromatic Colors of #D9A50D
Black with #D9A50D
Text Example
Text Example
White with #D9A50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A50D; }
p { color: rgb(217,165,13); }
H1.HeaderClassName
{
color: #D9A50D;
}
.AnyTagClassName
{
color: #D9A50D;
}
</style>
background-color css
<style>
a { background-color: #D9A50D; }
a { background-color: rgb(217,165,13); }
div.DivClassName
{
background-color: #D9A50D;
}
.BgClassName
{
background-color: #D9A50D;
}
</style>
border-color css
<style>
span { border-color: #D9A50D; }
span { border-color: rgb(217,165,13); }
td.TdClassName
{
border-color: #D9A50D;
}
.TagClassName
{
border-color: #D9A50D;
}
</style>