Shades of Gamboge #D7A00F
Tints of Gamboge #D7A00F
RGB
CMYK
RGB Variations
Color information
#D7A00F (or 0xD7A00F) is known color: Gamboge. HEX triplet: D7, A0 and 0F. RGB value is (215,160,15). Sum of RGB (Red+Green+Blue) = 215+160+15=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A00F is #285FF0. Grayscale: #A0A0A0. Windows color (decimal): -2646001 or 1024215. OLE color: 1024215.
HSL color Cylindrical-coordinate representation of color #D7A00F: hue angle of 43.5º 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 #D7A00F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 15 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.16 |
| HSL | 43.5º | 0.87% | 0.45% | - |
| HSV(B) | 43.5º | 0.93% | 0.84% | - |
| XYZ | 40.68 | 39.62 | 5.96 | - |
| YUV | 159.92 | 46.22 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 15 | 0 | 0.26 | 0.93 | 0.16 | 43.5 | 0.87 | 0.45 |
| Hex | D7 | A0 | F | 0 | 1A | 5D | 10 | 2C | 57 | 2D |
| Octal | 327 | 240 | 17 | 0 | 32 | 135 | 20 | 54 | 127 | 55 |
| Binary | 11010111 | 10100000 | 1111 | 0 | 11010 | 1011101 | 10000 | 101100 | 1010111 | 101101 |
Color Harmonies of #D7A00F
Complementary color
Monochromatic Colors of #D7A00F
Black with #D7A00F
Text Example
Text Example
White with #D7A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A00F; }
p { color: rgb(215,160,15); }
H1.HeaderClassName
{
color: #D7A00F;
}
.AnyTagClassName
{
color: #D7A00F;
}
</style>
background-color css
<style>
a { background-color: #D7A00F; }
a { background-color: rgb(215,160,15); }
div.DivClassName
{
background-color: #D7A00F;
}
.BgClassName
{
background-color: #D7A00F;
}
</style>
border-color css
<style>
span { border-color: #D7A00F; }
span { border-color: rgb(215,160,15); }
td.TdClassName
{
border-color: #D7A00F;
}
.TagClassName
{
border-color: #D7A00F;
}
</style>