Shades of Gamboge #D2A808
Tints of Gamboge #D2A808
RGB
CMYK
RGB Variations
Color information
#D2A808 (or 0xD2A808) is known color: Gamboge. HEX triplet: D2, A8 and 08. RGB value is (210,168,8). Sum of RGB (Red+Green+Blue) = 210+168+8=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A808 is #2D57F7. Grayscale: #A3A3A3. Windows color (decimal): -2971640 or 567506. OLE color: 567506.
HSL color Cylindrical-coordinate representation of color #D2A808: hue angle of 47.52º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2A808 is Cyan = 0, Magento = 0.2, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 8 | - |
| CMYK | 0 | 0.2 | 0.96 | 0.18 |
| HSL | 47.52º | 0.93% | 0.43% | - |
| HSV(B) | 47.52º | 0.96% | 0.82% | - |
| XYZ | 40.62 | 41.72 | 6.14 | - |
| YUV | 162.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 8 | 0 | 0.2 | 0.96 | 0.18 | 47.52 | 0.93 | 0.43 |
| Hex | D2 | A8 | 8 | 0 | 14 | 60 | 12 | 30 | 5D | 2B |
| Octal | 322 | 250 | 10 | 0 | 24 | 140 | 22 | 60 | 135 | 53 |
| Binary | 11010010 | 10101000 | 1000 | 0 | 10100 | 1100000 | 10010 | 110000 | 1011101 | 101011 |
Color Harmonies of #D2A808
Complementary color
Monochromatic Colors of #D2A808
Black with #D2A808
Text Example
Text Example
White with #D2A808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A808; }
p { color: rgb(210,168,8); }
H1.HeaderClassName
{
color: #D2A808;
}
.AnyTagClassName
{
color: #D2A808;
}
</style>
background-color css
<style>
a { background-color: #D2A808; }
a { background-color: rgb(210,168,8); }
div.DivClassName
{
background-color: #D2A808;
}
.BgClassName
{
background-color: #D2A808;
}
</style>
border-color css
<style>
span { border-color: #D2A808; }
span { border-color: rgb(210,168,8); }
td.TdClassName
{
border-color: #D2A808;
}
.TagClassName
{
border-color: #D2A808;
}
</style>