Shades of Gamboge #D2A606
Tints of Gamboge #D2A606
RGB
CMYK
RGB Variations
Color information
#D2A606 (or 0xD2A606) is known color: Gamboge. HEX triplet: D2, A6 and 06. RGB value is (210,166,6). Sum of RGB (Red+Green+Blue) = 210+166+6=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A606 is #2D59F9. Grayscale: #A1A1A1. Windows color (decimal): -2972154 or 435922. OLE color: 435922.
HSL color Cylindrical-coordinate representation of color #D2A606: hue angle of 47.06º degrees, saturation: 0.94, 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 #D2A606 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.18 |
| HSL | 47.06º | 0.94% | 0.42% | - |
| HSV(B) | 47.06º | 0.97% | 0.82% | - |
| XYZ | 40.25 | 40.99 | 5.96 | - |
| YUV | 160.92 | 40.58 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 6 | 0 | 0.21 | 0.97 | 0.18 | 47.06 | 0.94 | 0.42 |
| Hex | D2 | A6 | 6 | 0 | 15 | 61 | 12 | 2F | 5E | 2A |
| Octal | 322 | 246 | 6 | 0 | 25 | 141 | 22 | 57 | 136 | 52 |
| Binary | 11010010 | 10100110 | 110 | 0 | 10101 | 1100001 | 10010 | 101111 | 1011110 | 101010 |
Color Harmonies of #D2A606
Complementary color
Monochromatic Colors of #D2A606
Black with #D2A606
Text Example
Text Example
White with #D2A606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A606; }
p { color: rgb(210,166,6); }
H1.HeaderClassName
{
color: #D2A606;
}
.AnyTagClassName
{
color: #D2A606;
}
</style>
background-color css
<style>
a { background-color: #D2A606; }
a { background-color: rgb(210,166,6); }
div.DivClassName
{
background-color: #D2A606;
}
.BgClassName
{
background-color: #D2A606;
}
</style>
border-color css
<style>
span { border-color: #D2A606; }
span { border-color: rgb(210,166,6); }
td.TdClassName
{
border-color: #D2A606;
}
.TagClassName
{
border-color: #D2A606;
}
</style>