Shades of Gamboge #D0AA07
Tints of Gamboge #D0AA07
RGB
CMYK
RGB Variations
Color information
#D0AA07 (or 0xD0AA07) is known color: Gamboge. HEX triplet: D0, AA and 07. RGB value is (208,170,7). Sum of RGB (Red+Green+Blue) = 208+170+7=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AA07 is #2F55F8. Grayscale: #A3A3A3. Windows color (decimal): -3102201 or 502480. OLE color: 502480.
HSL color Cylindrical-coordinate representation of color #D0AA07: hue angle of 48.66º 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 #D0AA07 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.18 |
| HSL | 48.66º | 0.93% | 0.42% | - |
| HSV(B) | 48.66º | 0.97% | 0.82% | - |
| XYZ | 40.43 | 42.17 | 6.21 | - |
| YUV | 162.78 | 40.09 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 7 | 0 | 0.18 | 0.97 | 0.18 | 48.66 | 0.93 | 0.42 |
| Hex | D0 | AA | 7 | 0 | 12 | 61 | 12 | 31 | 5D | 2A |
| Octal | 320 | 252 | 7 | 0 | 22 | 141 | 22 | 61 | 135 | 52 |
| Binary | 11010000 | 10101010 | 111 | 0 | 10010 | 1100001 | 10010 | 110001 | 1011101 | 101010 |
Color Harmonies of #D0AA07
Complementary color
Monochromatic Colors of #D0AA07
Black with #D0AA07
Text Example
Text Example
White with #D0AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA07; }
p { color: rgb(208,170,7); }
H1.HeaderClassName
{
color: #D0AA07;
}
.AnyTagClassName
{
color: #D0AA07;
}
</style>
background-color css
<style>
a { background-color: #D0AA07; }
a { background-color: rgb(208,170,7); }
div.DivClassName
{
background-color: #D0AA07;
}
.BgClassName
{
background-color: #D0AA07;
}
</style>
border-color css
<style>
span { border-color: #D0AA07; }
span { border-color: rgb(208,170,7); }
td.TdClassName
{
border-color: #D0AA07;
}
.TagClassName
{
border-color: #D0AA07;
}
</style>