Shades of Gamboge #D0A006
Tints of Gamboge #D0A006
RGB
CMYK
RGB Variations
Color information
#D0A006 (or 0xD0A006) is known color: Gamboge. HEX triplet: D0, A0 and 06. RGB value is (208,160,6). Sum of RGB (Red+Green+Blue) = 208+160+6=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A006 is #2F5FF9. Grayscale: #9D9D9D. Windows color (decimal): -3104762 or 434384. OLE color: 434384.
HSL color Cylindrical-coordinate representation of color #D0A006: hue angle of 45.74º 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 #D0A006 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 6 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.18 |
| HSL | 45.74º | 0.94% | 0.42% | - |
| HSV(B) | 45.74º | 0.97% | 0.82% | - |
| XYZ | 38.62 | 38.56 | 5.58 | - |
| YUV | 156.8 | 42.9 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 6 | 0 | 0.23 | 0.97 | 0.18 | 45.74 | 0.94 | 0.42 |
| Hex | D0 | A0 | 6 | 0 | 17 | 61 | 12 | 2E | 5E | 2A |
| Octal | 320 | 240 | 6 | 0 | 27 | 141 | 22 | 56 | 136 | 52 |
| Binary | 11010000 | 10100000 | 110 | 0 | 10111 | 1100001 | 10010 | 101110 | 1011110 | 101010 |
Color Harmonies of #D0A006
Complementary color
Monochromatic Colors of #D0A006
Black with #D0A006
Text Example
Text Example
White with #D0A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A006; }
p { color: rgb(208,160,6); }
H1.HeaderClassName
{
color: #D0A006;
}
.AnyTagClassName
{
color: #D0A006;
}
</style>
background-color css
<style>
a { background-color: #D0A006; }
a { background-color: rgb(208,160,6); }
div.DivClassName
{
background-color: #D0A006;
}
.BgClassName
{
background-color: #D0A006;
}
</style>
border-color css
<style>
span { border-color: #D0A006; }
span { border-color: rgb(208,160,6); }
td.TdClassName
{
border-color: #D0A006;
}
.TagClassName
{
border-color: #D0A006;
}
</style>