Shades of Gamboge #D7A70F
Tints of Gamboge #D7A70F
RGB
CMYK
RGB Variations
Color information
#D7A70F (or 0xD7A70F) is known color: Gamboge. HEX triplet: D7, A7 and 0F. RGB value is (215,167,15). Sum of RGB (Red+Green+Blue) = 215+167+15=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A70F is #2858F0. Grayscale: #A4A4A4. Windows color (decimal): -2644209 or 1026007. OLE color: 1026007.
HSL color Cylindrical-coordinate representation of color #D7A70F: hue angle of 45.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7A70F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.16 |
| HSL | 45.6º | 0.87% | 0.45% | - |
| HSV(B) | 45.6º | 0.93% | 0.84% | - |
| XYZ | 41.93 | 42.12 | 6.37 | - |
| YUV | 164.02 | 43.9 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 15 | 0 | 0.22 | 0.93 | 0.16 | 45.6 | 0.87 | 0.45 |
| Hex | D7 | A7 | F | 0 | 16 | 5D | 10 | 2E | 57 | 2D |
| Octal | 327 | 247 | 17 | 0 | 26 | 135 | 20 | 56 | 127 | 55 |
| Binary | 11010111 | 10100111 | 1111 | 0 | 10110 | 1011101 | 10000 | 101110 | 1010111 | 101101 |
Color Harmonies of #D7A70F
Complementary color
Monochromatic Colors of #D7A70F
Black with #D7A70F
Text Example
Text Example
White with #D7A70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A70F; }
p { color: rgb(215,167,15); }
H1.HeaderClassName
{
color: #D7A70F;
}
.AnyTagClassName
{
color: #D7A70F;
}
</style>
background-color css
<style>
a { background-color: #D7A70F; }
a { background-color: rgb(215,167,15); }
div.DivClassName
{
background-color: #D7A70F;
}
.BgClassName
{
background-color: #D7A70F;
}
</style>
border-color css
<style>
span { border-color: #D7A70F; }
span { border-color: rgb(215,167,15); }
td.TdClassName
{
border-color: #D7A70F;
}
.TagClassName
{
border-color: #D7A70F;
}
</style>