Shades of Gamboge #D4A802
Tints of Gamboge #D4A802
RGB
CMYK
RGB Variations
Color information
#D4A802 (or 0xD4A802) is known color: Gamboge. HEX triplet: D4, A8 and 02. RGB value is (212,168,2). Sum of RGB (Red+Green+Blue) = 212+168+2=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A802 is #2B57FD. Grayscale: #A2A2A2. Windows color (decimal): -2840574 or 174292. OLE color: 174292.
HSL color Cylindrical-coordinate representation of color #D4A802: hue angle of 47.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4A802 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.17 |
| HSL | 47.43º | 0.98% | 0.42% | - |
| HSV(B) | 47.43º | 0.99% | 0.83% | - |
| XYZ | 41.16 | 42.01 | 6 | - |
| YUV | 162.23 | 37.58 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 2 | 0 | 0.21 | 0.99 | 0.17 | 47.43 | 0.98 | 0.42 |
| Hex | D4 | A8 | 2 | 0 | 15 | 63 | 11 | 2F | 62 | 2A |
| Octal | 324 | 250 | 2 | 0 | 25 | 143 | 21 | 57 | 142 | 52 |
| Binary | 11010100 | 10101000 | 10 | 0 | 10101 | 1100011 | 10001 | 101111 | 1100010 | 101010 |
Color Harmonies of #D4A802
Complementary color
Monochromatic Colors of #D4A802
Black with #D4A802
Text Example
Text Example
White with #D4A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A802; }
p { color: rgb(212,168,2); }
H1.HeaderClassName
{
color: #D4A802;
}
.AnyTagClassName
{
color: #D4A802;
}
</style>
background-color css
<style>
a { background-color: #D4A802; }
a { background-color: rgb(212,168,2); }
div.DivClassName
{
background-color: #D4A802;
}
.BgClassName
{
background-color: #D4A802;
}
</style>
border-color css
<style>
span { border-color: #D4A802; }
span { border-color: rgb(212,168,2); }
td.TdClassName
{
border-color: #D4A802;
}
.TagClassName
{
border-color: #D4A802;
}
</style>