Shades of Gamboge #D0A407
Tints of Gamboge #D0A407
RGB
CMYK
RGB Variations
Color information
#D0A407 (or 0xD0A407) is known color: Gamboge. HEX triplet: D0, A4 and 07. RGB value is (208,164,7). Sum of RGB (Red+Green+Blue) = 208+164+7=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A407 is #2F5BF8. Grayscale: #9F9F9F. Windows color (decimal): -3103737 or 500944. OLE color: 500944.
HSL color Cylindrical-coordinate representation of color #D0A407: hue angle of 46.87º degrees, saturation: 0.93, 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 #D0A407 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.18 |
| HSL | 46.87º | 0.93% | 0.42% | - |
| HSV(B) | 46.87º | 0.97% | 0.82% | - |
| XYZ | 39.33 | 39.98 | 5.84 | - |
| YUV | 159.26 | 42.08 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 7 | 0 | 0.21 | 0.97 | 0.18 | 46.87 | 0.93 | 0.42 |
| Hex | D0 | A4 | 7 | 0 | 15 | 61 | 12 | 2F | 5D | 2A |
| Octal | 320 | 244 | 7 | 0 | 25 | 141 | 22 | 57 | 135 | 52 |
| Binary | 11010000 | 10100100 | 111 | 0 | 10101 | 1100001 | 10010 | 101111 | 1011101 | 101010 |
Color Harmonies of #D0A407
Complementary color
Monochromatic Colors of #D0A407
Black with #D0A407
Text Example
Text Example
White with #D0A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A407; }
p { color: rgb(208,164,7); }
H1.HeaderClassName
{
color: #D0A407;
}
.AnyTagClassName
{
color: #D0A407;
}
</style>
background-color css
<style>
a { background-color: #D0A407; }
a { background-color: rgb(208,164,7); }
div.DivClassName
{
background-color: #D0A407;
}
.BgClassName
{
background-color: #D0A407;
}
</style>
border-color css
<style>
span { border-color: #D0A407; }
span { border-color: rgb(208,164,7); }
td.TdClassName
{
border-color: #D0A407;
}
.TagClassName
{
border-color: #D0A407;
}
</style>