Shades of Gamboge #D0A306
Tints of Gamboge #D0A306
RGB
CMYK
RGB Variations
Color information
#D0A306 (or 0xD0A306) is known color: Gamboge. HEX triplet: D0, A3 and 06. RGB value is (208,163,6). Sum of RGB (Red+Green+Blue) = 208+163+6=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A306 is #2F5CF9. Grayscale: #9F9F9F. Windows color (decimal): -3103994 or 435152. OLE color: 435152.
HSL color Cylindrical-coordinate representation of color #D0A306: hue angle of 46.63º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0A306 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 6 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.18 |
| HSL | 46.63º | 0.94% | 0.42% | - |
| HSV(B) | 46.63º | 0.97% | 0.82% | - |
| XYZ | 39.14 | 39.62 | 5.76 | - |
| YUV | 158.56 | 41.91 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 6 | 0 | 0.22 | 0.97 | 0.18 | 46.63 | 0.94 | 0.42 |
| Hex | D0 | A3 | 6 | 0 | 16 | 61 | 12 | 2F | 5E | 2A |
| Octal | 320 | 243 | 6 | 0 | 26 | 141 | 22 | 57 | 136 | 52 |
| Binary | 11010000 | 10100011 | 110 | 0 | 10110 | 1100001 | 10010 | 101111 | 1011110 | 101010 |
Color Harmonies of #D0A306
Complementary color
Monochromatic Colors of #D0A306
Black with #D0A306
Text Example
Text Example
White with #D0A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A306; }
p { color: rgb(208,163,6); }
H1.HeaderClassName
{
color: #D0A306;
}
.AnyTagClassName
{
color: #D0A306;
}
</style>
background-color css
<style>
a { background-color: #D0A306; }
a { background-color: rgb(208,163,6); }
div.DivClassName
{
background-color: #D0A306;
}
.BgClassName
{
background-color: #D0A306;
}
</style>
border-color css
<style>
span { border-color: #D0A306; }
span { border-color: rgb(208,163,6); }
td.TdClassName
{
border-color: #D0A306;
}
.TagClassName
{
border-color: #D0A306;
}
</style>