Shades of Gamboge #D1A302
Tints of Gamboge #D1A302
RGB
CMYK
RGB Variations
Color information
#D1A302 (or 0xD1A302) is known color: Gamboge. HEX triplet: D1, A3 and 02. RGB value is (209,163,2). Sum of RGB (Red+Green+Blue) = 209+163+2=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A302 is #2E5CFD. Grayscale: #9F9F9F. Windows color (decimal): -3038462 or 173009. OLE color: 173009.
HSL color Cylindrical-coordinate representation of color #D1A302: hue angle of 46.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1A302 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.18 |
| HSL | 46.67º | 0.98% | 0.41% | - |
| HSV(B) | 46.67º | 0.99% | 0.82% | - |
| XYZ | 39.4 | 39.75 | 5.65 | - |
| YUV | 158.4 | 39.74 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 2 | 0 | 0.22 | 0.99 | 0.18 | 46.67 | 0.98 | 0.41 |
| Hex | D1 | A3 | 2 | 0 | 16 | 63 | 12 | 2F | 62 | 29 |
| Octal | 321 | 243 | 2 | 0 | 26 | 143 | 22 | 57 | 142 | 51 |
| Binary | 11010001 | 10100011 | 10 | 0 | 10110 | 1100011 | 10010 | 101111 | 1100010 | 101001 |
Color Harmonies of #D1A302
Complementary color
Monochromatic Colors of #D1A302
Black with #D1A302
Text Example
Text Example
White with #D1A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A302; }
p { color: rgb(209,163,2); }
H1.HeaderClassName
{
color: #D1A302;
}
.AnyTagClassName
{
color: #D1A302;
}
</style>
background-color css
<style>
a { background-color: #D1A302; }
a { background-color: rgb(209,163,2); }
div.DivClassName
{
background-color: #D1A302;
}
.BgClassName
{
background-color: #D1A302;
}
</style>
border-color css
<style>
span { border-color: #D1A302; }
span { border-color: rgb(209,163,2); }
td.TdClassName
{
border-color: #D1A302;
}
.TagClassName
{
border-color: #D1A302;
}
</style>