Shades of Gamboge #D9A505
Tints of Gamboge #D9A505
RGB
CMYK
RGB Variations
Color information
#D9A505 (or 0xD9A505) is known color: Gamboge. HEX triplet: D9, A5 and 05. RGB value is (217,165,5). Sum of RGB (Red+Green+Blue) = 217+165+5=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A505 is #265AFA. Grayscale: #A3A3A3. Windows color (decimal): -2513659 or 370137. OLE color: 370137.
HSL color Cylindrical-coordinate representation of color #D9A505: hue angle of 45.28º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9A505 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.15 |
| HSL | 45.28º | 0.95% | 0.44% | - |
| HSV(B) | 45.28º | 0.98% | 0.85% | - |
| XYZ | 42.1 | 41.67 | 5.97 | - |
| YUV | 162.31 | 39.23 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 5 | 0 | 0.24 | 0.98 | 0.15 | 45.28 | 0.95 | 0.44 |
| Hex | D9 | A5 | 5 | 0 | 18 | 62 | F | 2D | 5F | 2C |
| Octal | 331 | 245 | 5 | 0 | 30 | 142 | 17 | 55 | 137 | 54 |
| Binary | 11011001 | 10100101 | 101 | 0 | 11000 | 1100010 | 1111 | 101101 | 1011111 | 101100 |
Color Harmonies of #D9A505
Complementary color
Monochromatic Colors of #D9A505
Black with #D9A505
Text Example
Text Example
White with #D9A505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A505; }
p { color: rgb(217,165,5); }
H1.HeaderClassName
{
color: #D9A505;
}
.AnyTagClassName
{
color: #D9A505;
}
</style>
background-color css
<style>
a { background-color: #D9A505; }
a { background-color: rgb(217,165,5); }
div.DivClassName
{
background-color: #D9A505;
}
.BgClassName
{
background-color: #D9A505;
}
</style>
border-color css
<style>
span { border-color: #D9A505; }
span { border-color: rgb(217,165,5); }
td.TdClassName
{
border-color: #D9A505;
}
.TagClassName
{
border-color: #D9A505;
}
</style>