Shades of Gamboge #D8A202
Tints of Gamboge #D8A202
RGB
CMYK
RGB Variations
Color information
#D8A202 (or 0xD8A202) is known color: Gamboge. HEX triplet: D8, A2 and 02. RGB value is (216,162,2). Sum of RGB (Red+Green+Blue) = 216+162+2=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A202 is #275DFD. Grayscale: #A0A0A0. Windows color (decimal): -2579966 or 172760. OLE color: 172760.
HSL color Cylindrical-coordinate representation of color #D8A202: hue angle of 44.86º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8A202 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 162 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.15 |
| HSL | 44.86º | 0.98% | 0.43% | - |
| HSV(B) | 44.86º | 0.99% | 0.85% | - |
| XYZ | 41.25 | 40.44 | 5.69 | - |
| YUV | 159.91 | 38.89 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 2 | 0 | 0.25 | 0.99 | 0.15 | 44.86 | 0.98 | 0.43 |
| Hex | D8 | A2 | 2 | 0 | 19 | 63 | F | 2D | 62 | 2B |
| Octal | 330 | 242 | 2 | 0 | 31 | 143 | 17 | 55 | 142 | 53 |
| Binary | 11011000 | 10100010 | 10 | 0 | 11001 | 1100011 | 1111 | 101101 | 1100010 | 101011 |
Color Harmonies of #D8A202
Complementary color
Monochromatic Colors of #D8A202
Black with #D8A202
Text Example
Text Example
White with #D8A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A202; }
p { color: rgb(216,162,2); }
H1.HeaderClassName
{
color: #D8A202;
}
.AnyTagClassName
{
color: #D8A202;
}
</style>
background-color css
<style>
a { background-color: #D8A202; }
a { background-color: rgb(216,162,2); }
div.DivClassName
{
background-color: #D8A202;
}
.BgClassName
{
background-color: #D8A202;
}
</style>
border-color css
<style>
span { border-color: #D8A202; }
span { border-color: rgb(216,162,2); }
td.TdClassName
{
border-color: #D8A202;
}
.TagClassName
{
border-color: #D8A202;
}
</style>