Shades of Gamboge #D4A402
Tints of Gamboge #D4A402
RGB
CMYK
RGB Variations
Color information
#D4A402 (or 0xD4A402) is known color: Gamboge. HEX triplet: D4, A4 and 02. RGB value is (212,164,2). Sum of RGB (Red+Green+Blue) = 212+164+2=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A402 is #2B5BFD. Grayscale: #A0A0A0. Windows color (decimal): -2841598 or 173268. OLE color: 173268.
HSL color Cylindrical-coordinate representation of color #D4A402: hue angle of 46.29º 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 #D4A402 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.17 |
| HSL | 46.29º | 0.98% | 0.42% | - |
| HSV(B) | 46.29º | 0.99% | 0.83% | - |
| XYZ | 40.44 | 40.55 | 5.75 | - |
| YUV | 159.88 | 38.9 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 2 | 0 | 0.23 | 0.99 | 0.17 | 46.29 | 0.98 | 0.42 |
| Hex | D4 | A4 | 2 | 0 | 17 | 63 | 11 | 2E | 62 | 2A |
| Octal | 324 | 244 | 2 | 0 | 27 | 143 | 21 | 56 | 142 | 52 |
| Binary | 11010100 | 10100100 | 10 | 0 | 10111 | 1100011 | 10001 | 101110 | 1100010 | 101010 |
Color Harmonies of #D4A402
Complementary color
Monochromatic Colors of #D4A402
Black with #D4A402
Text Example
Text Example
White with #D4A402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A402; }
p { color: rgb(212,164,2); }
H1.HeaderClassName
{
color: #D4A402;
}
.AnyTagClassName
{
color: #D4A402;
}
</style>
background-color css
<style>
a { background-color: #D4A402; }
a { background-color: rgb(212,164,2); }
div.DivClassName
{
background-color: #D4A402;
}
.BgClassName
{
background-color: #D4A402;
}
</style>
border-color css
<style>
span { border-color: #D4A402; }
span { border-color: rgb(212,164,2); }
td.TdClassName
{
border-color: #D4A402;
}
.TagClassName
{
border-color: #D4A402;
}
</style>