Shades of Gamboge #D2A108
Tints of Gamboge #D2A108
RGB
CMYK
RGB Variations
Color information
#D2A108 (or 0xD2A108) is known color: Gamboge. HEX triplet: D2, A1 and 08. RGB value is (210,161,8). Sum of RGB (Red+Green+Blue) = 210+161+8=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A108 is #2D5EF7. Grayscale: #9E9E9E. Windows color (decimal): -2973432 or 565714. OLE color: 565714.
HSL color Cylindrical-coordinate representation of color #D2A108: hue angle of 45.45º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2A108 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 8 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.18 |
| HSL | 45.45º | 0.93% | 0.43% | - |
| HSV(B) | 45.45º | 0.96% | 0.82% | - |
| XYZ | 39.37 | 39.21 | 5.72 | - |
| YUV | 158.21 | 43.23 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 8 | 0 | 0.23 | 0.96 | 0.18 | 45.45 | 0.93 | 0.43 |
| Hex | D2 | A1 | 8 | 0 | 17 | 60 | 12 | 2D | 5D | 2B |
| Octal | 322 | 241 | 10 | 0 | 27 | 140 | 22 | 55 | 135 | 53 |
| Binary | 11010010 | 10100001 | 1000 | 0 | 10111 | 1100000 | 10010 | 101101 | 1011101 | 101011 |
Color Harmonies of #D2A108
Complementary color
Monochromatic Colors of #D2A108
Black with #D2A108
Text Example
Text Example
White with #D2A108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A108; }
p { color: rgb(210,161,8); }
H1.HeaderClassName
{
color: #D2A108;
}
.AnyTagClassName
{
color: #D2A108;
}
</style>
background-color css
<style>
a { background-color: #D2A108; }
a { background-color: rgb(210,161,8); }
div.DivClassName
{
background-color: #D2A108;
}
.BgClassName
{
background-color: #D2A108;
}
</style>
border-color css
<style>
span { border-color: #D2A108; }
span { border-color: rgb(210,161,8); }
td.TdClassName
{
border-color: #D2A108;
}
.TagClassName
{
border-color: #D2A108;
}
</style>