Shades of Gamboge #D2A502
Tints of Gamboge #D2A502
RGB
CMYK
RGB Variations
Color information
#D2A502 (or 0xD2A502) is known color: Gamboge. HEX triplet: D2, A5 and 02. RGB value is (210,165,2). Sum of RGB (Red+Green+Blue) = 210+165+2=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A502 is #2D5AFD. Grayscale: #A0A0A0. Windows color (decimal): -2972414 or 173522. OLE color: 173522.
HSL color Cylindrical-coordinate representation of color #D2A502: hue angle of 47.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2A502 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.18 |
| HSL | 47.02º | 0.98% | 0.42% | - |
| HSV(B) | 47.02º | 0.99% | 0.82% | - |
| XYZ | 40.04 | 40.62 | 5.79 | - |
| YUV | 159.87 | 38.91 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 2 | 0 | 0.21 | 0.99 | 0.18 | 47.02 | 0.98 | 0.42 |
| Hex | D2 | A5 | 2 | 0 | 15 | 63 | 12 | 2F | 62 | 2A |
| Octal | 322 | 245 | 2 | 0 | 25 | 143 | 22 | 57 | 142 | 52 |
| Binary | 11010010 | 10100101 | 10 | 0 | 10101 | 1100011 | 10010 | 101111 | 1100010 | 101010 |
Color Harmonies of #D2A502
Complementary color
Monochromatic Colors of #D2A502
Black with #D2A502
Text Example
Text Example
White with #D2A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A502; }
p { color: rgb(210,165,2); }
H1.HeaderClassName
{
color: #D2A502;
}
.AnyTagClassName
{
color: #D2A502;
}
</style>
background-color css
<style>
a { background-color: #D2A502; }
a { background-color: rgb(210,165,2); }
div.DivClassName
{
background-color: #D2A502;
}
.BgClassName
{
background-color: #D2A502;
}
</style>
border-color css
<style>
span { border-color: #D2A502; }
span { border-color: rgb(210,165,2); }
td.TdClassName
{
border-color: #D2A502;
}
.TagClassName
{
border-color: #D2A502;
}
</style>