Shades of Gamboge #D9A213
Tints of Gamboge #D9A213
RGB
CMYK
RGB Variations
Color information
#D9A213 (or 0xD9A213) is known color: Gamboge. HEX triplet: D9, A2 and 13. RGB value is (217,162,19). Sum of RGB (Red+Green+Blue) = 217+162+19=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A213 is #265DEC. Grayscale: #A2A2A2. Windows color (decimal): -2514413 or 1286873. OLE color: 1286873.
HSL color Cylindrical-coordinate representation of color #D9A213: hue angle of 43.33º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9A213 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 19 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.15 |
| HSL | 43.33º | 0.84% | 0.46% | - |
| HSV(B) | 43.33º | 0.91% | 0.85% | - |
| XYZ | 41.65 | 40.64 | 6.26 | - |
| YUV | 162.14 | 47.22 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 19 | 0 | 0.25 | 0.91 | 0.15 | 43.33 | 0.84 | 0.46 |
| Hex | D9 | A2 | 13 | 0 | 19 | 5B | F | 2B | 54 | 2E |
| Octal | 331 | 242 | 23 | 0 | 31 | 133 | 17 | 53 | 124 | 56 |
| Binary | 11011001 | 10100010 | 10011 | 0 | 11001 | 1011011 | 1111 | 101011 | 1010100 | 101110 |
Color Harmonies of #D9A213
Complementary color
Monochromatic Colors of #D9A213
Black with #D9A213
Text Example
Text Example
White with #D9A213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A213; }
p { color: rgb(217,162,19); }
H1.HeaderClassName
{
color: #D9A213;
}
.AnyTagClassName
{
color: #D9A213;
}
</style>
background-color css
<style>
a { background-color: #D9A213; }
a { background-color: rgb(217,162,19); }
div.DivClassName
{
background-color: #D9A213;
}
.BgClassName
{
background-color: #D9A213;
}
</style>
border-color css
<style>
span { border-color: #D9A213; }
span { border-color: rgb(217,162,19); }
td.TdClassName
{
border-color: #D9A213;
}
.TagClassName
{
border-color: #D9A213;
}
</style>