Shades of Gamboge #D0A608
Tints of Gamboge #D0A608
RGB
CMYK
RGB Variations
Color information
#D0A608 (or 0xD0A608) is known color: Gamboge. HEX triplet: D0, A6 and 08. RGB value is (208,166,8). Sum of RGB (Red+Green+Blue) = 208+166+8=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A608 is #2F59F7. Grayscale: #A1A1A1. Windows color (decimal): -3103224 or 566992. OLE color: 566992.
HSL color Cylindrical-coordinate representation of color #D0A608: hue angle of 47.4º 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 #D0A608 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.18 |
| HSL | 47.4º | 0.93% | 0.42% | - |
| HSV(B) | 47.4º | 0.96% | 0.82% | - |
| XYZ | 39.69 | 40.7 | 5.99 | - |
| YUV | 160.55 | 41.91 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 8 | 0 | 0.20 | 0.96 | 0.18 | 47.4 | 0.93 | 0.42 |
| Hex | D0 | A6 | 8 | 0 | 14 | 60 | 12 | 2F | 5D | 2A |
| Octal | 320 | 246 | 10 | 0 | 24 | 140 | 22 | 57 | 135 | 52 |
| Binary | 11010000 | 10100110 | 1000 | 0 | 10100 | 1100000 | 10010 | 101111 | 1011101 | 101010 |
Color Harmonies of #D0A608
Complementary color
Monochromatic Colors of #D0A608
Black with #D0A608
Text Example
Text Example
White with #D0A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A608; }
p { color: rgb(208,166,8); }
H1.HeaderClassName
{
color: #D0A608;
}
.AnyTagClassName
{
color: #D0A608;
}
</style>
background-color css
<style>
a { background-color: #D0A608; }
a { background-color: rgb(208,166,8); }
div.DivClassName
{
background-color: #D0A608;
}
.BgClassName
{
background-color: #D0A608;
}
</style>
border-color css
<style>
span { border-color: #D0A608; }
span { border-color: rgb(208,166,8); }
td.TdClassName
{
border-color: #D0A608;
}
.TagClassName
{
border-color: #D0A608;
}
</style>