Shades of Gamboge #D0AA00
Tints of Gamboge #D0AA00
RGB
CMYK
RGB Variations
Color information
#D0AA00 (or 0xD0AA00) is known color: Gamboge. HEX triplet: D0, AA and 00. RGB value is (208,170,0). Sum of RGB (Red+Green+Blue) = 208+170+0=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AA00 is #2F55FF. Grayscale: #A2A2A2. Windows color (decimal): -3102208 or 43728. OLE color: 43728.
HSL color Cylindrical-coordinate representation of color #D0AA00: hue angle of 49.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0AA00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.18 |
| HSL | 49.04º | 1% | 0.41% | - |
| HSV(B) | 49.04º | 1% | 0.82% | - |
| XYZ | 40.39 | 42.16 | 6.01 | - |
| YUV | 161.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 0 | 0 | 0.18 | 1 | 0.18 | 49.04 | 1 | 0.41 |
| Hex | D0 | AA | 0 | 0 | 12 | 64 | 12 | 31 | 64 | 29 |
| Octal | 320 | 252 | 0 | 0 | 22 | 144 | 22 | 61 | 144 | 51 |
| Binary | 11010000 | 10101010 | 0 | 0 | 10010 | 1100100 | 10010 | 110001 | 1100100 | 101001 |
Color Harmonies of #D0AA00
Complementary color
Monochromatic Colors of #D0AA00
Black with #D0AA00
Text Example
Text Example
White with #D0AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA00; }
p { color: rgb(208,170,0); }
H1.HeaderClassName
{
color: #D0AA00;
}
.AnyTagClassName
{
color: #D0AA00;
}
</style>
background-color css
<style>
a { background-color: #D0AA00; }
a { background-color: rgb(208,170,0); }
div.DivClassName
{
background-color: #D0AA00;
}
.BgClassName
{
background-color: #D0AA00;
}
</style>
border-color css
<style>
span { border-color: #D0AA00; }
span { border-color: rgb(208,170,0); }
td.TdClassName
{
border-color: #D0AA00;
}
.TagClassName
{
border-color: #D0AA00;
}
</style>