Shades of Gamboge #D2A105
Tints of Gamboge #D2A105
RGB
CMYK
RGB Variations
Color information
#D2A105 (or 0xD2A105) is known color: Gamboge. HEX triplet: D2, A1 and 05. RGB value is (210,161,5). Sum of RGB (Red+Green+Blue) = 210+161+5=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A105 is #2D5EFA. Grayscale: #9E9E9E. Windows color (decimal): -2973435 or 369106. OLE color: 369106.
HSL color Cylindrical-coordinate representation of color #D2A105: hue angle of 45.66º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2A105 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.18 |
| HSL | 45.66º | 0.95% | 0.42% | - |
| HSV(B) | 45.66º | 0.98% | 0.82% | - |
| XYZ | 39.35 | 39.2 | 5.64 | - |
| YUV | 157.87 | 41.73 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 5 | 0 | 0.23 | 0.98 | 0.18 | 45.66 | 0.95 | 0.42 |
| Hex | D2 | A1 | 5 | 0 | 17 | 62 | 12 | 2E | 5F | 2A |
| Octal | 322 | 241 | 5 | 0 | 27 | 142 | 22 | 56 | 137 | 52 |
| Binary | 11010010 | 10100001 | 101 | 0 | 10111 | 1100010 | 10010 | 101110 | 1011111 | 101010 |
Color Harmonies of #D2A105
Complementary color
Monochromatic Colors of #D2A105
Black with #D2A105
Text Example
Text Example
White with #D2A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A105; }
p { color: rgb(210,161,5); }
H1.HeaderClassName
{
color: #D2A105;
}
.AnyTagClassName
{
color: #D2A105;
}
</style>
background-color css
<style>
a { background-color: #D2A105; }
a { background-color: rgb(210,161,5); }
div.DivClassName
{
background-color: #D2A105;
}
.BgClassName
{
background-color: #D2A105;
}
</style>
border-color css
<style>
span { border-color: #D2A105; }
span { border-color: rgb(210,161,5); }
td.TdClassName
{
border-color: #D2A105;
}
.TagClassName
{
border-color: #D2A105;
}
</style>