Shades of Gamboge #D6A50D
Tints of Gamboge #D6A50D
RGB
CMYK
RGB Variations
Color information
#D6A50D (or 0xD6A50D) is known color: Gamboge. HEX triplet: D6, A5 and 0D. RGB value is (214,165,13). Sum of RGB (Red+Green+Blue) = 214+165+13=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A50D is #295AF2. Grayscale: #A2A2A2. Windows color (decimal): -2710259 or 894422. OLE color: 894422.
HSL color Cylindrical-coordinate representation of color #D6A50D: hue angle of 45.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6A50D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.16 |
| HSL | 45.37º | 0.89% | 0.45% | - |
| HSV(B) | 45.37º | 0.94% | 0.84% | - |
| XYZ | 41.26 | 41.24 | 6.17 | - |
| YUV | 162.32 | 43.73 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 13 | 0 | 0.23 | 0.94 | 0.16 | 45.37 | 0.89 | 0.45 |
| Hex | D6 | A5 | D | 0 | 17 | 5E | 10 | 2D | 59 | 2D |
| Octal | 326 | 245 | 15 | 0 | 27 | 136 | 20 | 55 | 131 | 55 |
| Binary | 11010110 | 10100101 | 1101 | 0 | 10111 | 1011110 | 10000 | 101101 | 1011001 | 101101 |
Color Harmonies of #D6A50D
Complementary color
Monochromatic Colors of #D6A50D
Black with #D6A50D
Text Example
Text Example
White with #D6A50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A50D; }
p { color: rgb(214,165,13); }
H1.HeaderClassName
{
color: #D6A50D;
}
.AnyTagClassName
{
color: #D6A50D;
}
</style>
background-color css
<style>
a { background-color: #D6A50D; }
a { background-color: rgb(214,165,13); }
div.DivClassName
{
background-color: #D6A50D;
}
.BgClassName
{
background-color: #D6A50D;
}
</style>
border-color css
<style>
span { border-color: #D6A50D; }
span { border-color: rgb(214,165,13); }
td.TdClassName
{
border-color: #D6A50D;
}
.TagClassName
{
border-color: #D6A50D;
}
</style>