Shades of Gamboge #D7A006
Tints of Gamboge #D7A006
RGB
CMYK
RGB Variations
Color information
#D7A006 (or 0xD7A006) is known color: Gamboge. HEX triplet: D7, A0 and 06. RGB value is (215,160,6). Sum of RGB (Red+Green+Blue) = 215+160+6=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A006 is #285FF9. Grayscale: #9F9F9F. Windows color (decimal): -2646010 or 434391. OLE color: 434391.
HSL color Cylindrical-coordinate representation of color #D7A006: hue angle of 44.21º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7A006 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 6 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.16 |
| HSL | 44.21º | 0.95% | 0.43% | - |
| HSV(B) | 44.21º | 0.97% | 0.84% | - |
| XYZ | 40.63 | 39.6 | 5.67 | - |
| YUV | 158.89 | 41.72 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 6 | 0 | 0.26 | 0.97 | 0.16 | 44.21 | 0.95 | 0.43 |
| Hex | D7 | A0 | 6 | 0 | 1A | 61 | 10 | 2C | 5F | 2B |
| Octal | 327 | 240 | 6 | 0 | 32 | 141 | 20 | 54 | 137 | 53 |
| Binary | 11010111 | 10100000 | 110 | 0 | 11010 | 1100001 | 10000 | 101100 | 1011111 | 101011 |
Color Harmonies of #D7A006
Complementary color
Monochromatic Colors of #D7A006
Black with #D7A006
Text Example
Text Example
White with #D7A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A006; }
p { color: rgb(215,160,6); }
H1.HeaderClassName
{
color: #D7A006;
}
.AnyTagClassName
{
color: #D7A006;
}
</style>
background-color css
<style>
a { background-color: #D7A006; }
a { background-color: rgb(215,160,6); }
div.DivClassName
{
background-color: #D7A006;
}
.BgClassName
{
background-color: #D7A006;
}
</style>
border-color css
<style>
span { border-color: #D7A006; }
span { border-color: rgb(215,160,6); }
td.TdClassName
{
border-color: #D7A006;
}
.TagClassName
{
border-color: #D7A006;
}
</style>