Shades of Gamboge #D6A00F
Tints of Gamboge #D6A00F
RGB
CMYK
RGB Variations
Color information
#D6A00F (or 0xD6A00F) is known color: Gamboge. HEX triplet: D6, A0 and 0F. RGB value is (214,160,15). Sum of RGB (Red+Green+Blue) = 214+160+15=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A00F is #295FF0. Grayscale: #A0A0A0. Windows color (decimal): -2711537 or 1024214. OLE color: 1024214.
HSL color Cylindrical-coordinate representation of color #D6A00F: hue angle of 43.72º 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 #D6A00F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 15 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.16 |
| HSL | 43.72º | 0.87% | 0.45% | - |
| HSV(B) | 43.72º | 0.93% | 0.84% | - |
| XYZ | 40.39 | 39.47 | 5.94 | - |
| YUV | 159.62 | 46.39 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 15 | 0 | 0.25 | 0.93 | 0.16 | 43.72 | 0.87 | 0.45 |
| Hex | D6 | A0 | F | 0 | 19 | 5D | 10 | 2C | 57 | 2D |
| Octal | 326 | 240 | 17 | 0 | 31 | 135 | 20 | 54 | 127 | 55 |
| Binary | 11010110 | 10100000 | 1111 | 0 | 11001 | 1011101 | 10000 | 101100 | 1010111 | 101101 |
Color Harmonies of #D6A00F
Complementary color
Monochromatic Colors of #D6A00F
Black with #D6A00F
Text Example
Text Example
White with #D6A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A00F; }
p { color: rgb(214,160,15); }
H1.HeaderClassName
{
color: #D6A00F;
}
.AnyTagClassName
{
color: #D6A00F;
}
</style>
background-color css
<style>
a { background-color: #D6A00F; }
a { background-color: rgb(214,160,15); }
div.DivClassName
{
background-color: #D6A00F;
}
.BgClassName
{
background-color: #D6A00F;
}
</style>
border-color css
<style>
span { border-color: #D6A00F; }
span { border-color: rgb(214,160,15); }
td.TdClassName
{
border-color: #D6A00F;
}
.TagClassName
{
border-color: #D6A00F;
}
</style>