Shades of Gamboge #D8A700
Tints of Gamboge #D8A700
RGB
CMYK
RGB Variations
Color information
#D8A700 (or 0xD8A700) is known color: Gamboge. HEX triplet: D8, A7 and 00. RGB value is (216,167,0). Sum of RGB (Red+Green+Blue) = 216+167+0=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A700 is #2758FF. Grayscale: #A3A3A3. Windows color (decimal): -2578688 or 42968. OLE color: 42968.
HSL color Cylindrical-coordinate representation of color #D8A700: hue angle of 46.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8A700 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.15 |
| HSL | 46.39º | 1% | 0.42% | - |
| HSV(B) | 46.39º | 1% | 0.85% | - |
| XYZ | 42.14 | 42.24 | 5.93 | - |
| YUV | 162.61 | 36.23 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 0 | 0 | 0.23 | 1 | 0.15 | 46.39 | 1 | 0.42 |
| Hex | D8 | A7 | 0 | 0 | 17 | 64 | F | 2E | 64 | 2A |
| Octal | 330 | 247 | 0 | 0 | 27 | 144 | 17 | 56 | 144 | 52 |
| Binary | 11011000 | 10100111 | 0 | 0 | 10111 | 1100100 | 1111 | 101110 | 1100100 | 101010 |
Color Harmonies of #D8A700
Complementary color
Monochromatic Colors of #D8A700
Black with #D8A700
Text Example
Text Example
White with #D8A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A700; }
p { color: rgb(216,167,0); }
H1.HeaderClassName
{
color: #D8A700;
}
.AnyTagClassName
{
color: #D8A700;
}
</style>
background-color css
<style>
a { background-color: #D8A700; }
a { background-color: rgb(216,167,0); }
div.DivClassName
{
background-color: #D8A700;
}
.BgClassName
{
background-color: #D8A700;
}
</style>
border-color css
<style>
span { border-color: #D8A700; }
span { border-color: rgb(216,167,0); }
td.TdClassName
{
border-color: #D8A700;
}
.TagClassName
{
border-color: #D8A700;
}
</style>