Shades of Gamboge #D6A505
Tints of Gamboge #D6A505
RGB
CMYK
RGB Variations
Color information
#D6A505 (or 0xD6A505) is known color: Gamboge. HEX triplet: D6, A5 and 05. RGB value is (214,165,5). Sum of RGB (Red+Green+Blue) = 214+165+5=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A505 is #295AFA. Grayscale: #A2A2A2. Windows color (decimal): -2710267 or 370134. OLE color: 370134.
HSL color Cylindrical-coordinate representation of color #D6A505: hue angle of 45.93º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6A505 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.16 |
| HSL | 45.93º | 0.95% | 0.43% | - |
| HSV(B) | 45.93º | 0.98% | 0.84% | - |
| XYZ | 41.21 | 41.22 | 5.93 | - |
| YUV | 161.41 | 39.73 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 5 | 0 | 0.23 | 0.98 | 0.16 | 45.93 | 0.95 | 0.43 |
| Hex | D6 | A5 | 5 | 0 | 17 | 62 | 10 | 2E | 5F | 2B |
| Octal | 326 | 245 | 5 | 0 | 27 | 142 | 20 | 56 | 137 | 53 |
| Binary | 11010110 | 10100101 | 101 | 0 | 10111 | 1100010 | 10000 | 101110 | 1011111 | 101011 |
Color Harmonies of #D6A505
Complementary color
Monochromatic Colors of #D6A505
Black with #D6A505
Text Example
Text Example
White with #D6A505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A505; }
p { color: rgb(214,165,5); }
H1.HeaderClassName
{
color: #D6A505;
}
.AnyTagClassName
{
color: #D6A505;
}
</style>
background-color css
<style>
a { background-color: #D6A505; }
a { background-color: rgb(214,165,5); }
div.DivClassName
{
background-color: #D6A505;
}
.BgClassName
{
background-color: #D6A505;
}
</style>
border-color css
<style>
span { border-color: #D6A505; }
span { border-color: rgb(214,165,5); }
td.TdClassName
{
border-color: #D6A505;
}
.TagClassName
{
border-color: #D6A505;
}
</style>