Shades of Gamboge #D0A108
Tints of Gamboge #D0A108
RGB
CMYK
RGB Variations
Color information
#D0A108 (or 0xD0A108) is known color: Gamboge. HEX triplet: D0, A1 and 08. RGB value is (208,161,8). Sum of RGB (Red+Green+Blue) = 208+161+8=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A108 is #2F5EF7. Grayscale: #9E9E9E. Windows color (decimal): -3104504 or 565712. OLE color: 565712.
HSL color Cylindrical-coordinate representation of color #D0A108: hue angle of 45.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0A108 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 8 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.18 |
| HSL | 45.9º | 0.93% | 0.42% | - |
| HSV(B) | 45.9º | 0.96% | 0.82% | - |
| XYZ | 38.8 | 38.92 | 5.7 | - |
| YUV | 157.61 | 43.57 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 8 | 0 | 0.23 | 0.96 | 0.18 | 45.9 | 0.93 | 0.42 |
| Hex | D0 | A1 | 8 | 0 | 17 | 60 | 12 | 2E | 5D | 2A |
| Octal | 320 | 241 | 10 | 0 | 27 | 140 | 22 | 56 | 135 | 52 |
| Binary | 11010000 | 10100001 | 1000 | 0 | 10111 | 1100000 | 10010 | 101110 | 1011101 | 101010 |
Color Harmonies of #D0A108
Complementary color
Monochromatic Colors of #D0A108
Black with #D0A108
Text Example
Text Example
White with #D0A108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A108; }
p { color: rgb(208,161,8); }
H1.HeaderClassName
{
color: #D0A108;
}
.AnyTagClassName
{
color: #D0A108;
}
</style>
background-color css
<style>
a { background-color: #D0A108; }
a { background-color: rgb(208,161,8); }
div.DivClassName
{
background-color: #D0A108;
}
.BgClassName
{
background-color: #D0A108;
}
</style>
border-color css
<style>
span { border-color: #D0A108; }
span { border-color: rgb(208,161,8); }
td.TdClassName
{
border-color: #D0A108;
}
.TagClassName
{
border-color: #D0A108;
}
</style>