Shades of Gamboge #D5A70D
Tints of Gamboge #D5A70D
RGB
CMYK
RGB Variations
Color information
#D5A70D (or 0xD5A70D) is known color: Gamboge. HEX triplet: D5, A7 and 0D. RGB value is (213,167,13). Sum of RGB (Red+Green+Blue) = 213+167+13=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A70D is #2A58F2. Grayscale: #A3A3A3. Windows color (decimal): -2775283 or 894933. OLE color: 894933.
HSL color Cylindrical-coordinate representation of color #D5A70D: hue angle of 46.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5A70D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.16 |
| HSL | 46.2º | 0.88% | 0.44% | - |
| HSV(B) | 46.2º | 0.94% | 0.84% | - |
| XYZ | 41.33 | 41.81 | 6.27 | - |
| YUV | 163.2 | 43.24 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 13 | 0 | 0.22 | 0.94 | 0.16 | 46.2 | 0.88 | 0.44 |
| Hex | D5 | A7 | D | 0 | 16 | 5E | 10 | 2E | 58 | 2C |
| Octal | 325 | 247 | 15 | 0 | 26 | 136 | 20 | 56 | 130 | 54 |
| Binary | 11010101 | 10100111 | 1101 | 0 | 10110 | 1011110 | 10000 | 101110 | 1011000 | 101100 |
Color Harmonies of #D5A70D
Complementary color
Monochromatic Colors of #D5A70D
Black with #D5A70D
Text Example
Text Example
White with #D5A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A70D; }
p { color: rgb(213,167,13); }
H1.HeaderClassName
{
color: #D5A70D;
}
.AnyTagClassName
{
color: #D5A70D;
}
</style>
background-color css
<style>
a { background-color: #D5A70D; }
a { background-color: rgb(213,167,13); }
div.DivClassName
{
background-color: #D5A70D;
}
.BgClassName
{
background-color: #D5A70D;
}
</style>
border-color css
<style>
span { border-color: #D5A70D; }
span { border-color: rgb(213,167,13); }
td.TdClassName
{
border-color: #D5A70D;
}
.TagClassName
{
border-color: #D5A70D;
}
</style>