Shades of Gamboge #D8AF00
Tints of Gamboge #D8AF00
RGB
CMYK
RGB Variations
Color information
#D8AF00 (or 0xD8AF00) is known color: Gamboge. HEX triplet: D8, AF and 00. RGB value is (216,175,0). Sum of RGB (Red+Green+Blue) = 216+175+0=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF00 is #2750FF. Grayscale: #A8A8A8. Windows color (decimal): -2576640 or 45016. OLE color: 45016.
HSL color Cylindrical-coordinate representation of color #D8AF00: hue angle of 48.61º 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 #D8AF00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.15 |
| HSL | 48.61º | 1% | 0.42% | - |
| HSV(B) | 48.61º | 1% | 0.85% | - |
| XYZ | 43.65 | 45.26 | 6.44 | - |
| YUV | 167.31 | 33.58 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 0 | 0 | 0.19 | 1 | 0.15 | 48.61 | 1 | 0.42 |
| Hex | D8 | AF | 0 | 0 | 13 | 64 | F | 31 | 64 | 2A |
| Octal | 330 | 257 | 0 | 0 | 23 | 144 | 17 | 61 | 144 | 52 |
| Binary | 11011000 | 10101111 | 0 | 0 | 10011 | 1100100 | 1111 | 110001 | 1100100 | 101010 |
Color Harmonies of #D8AF00
Complementary color
Monochromatic Colors of #D8AF00
Black with #D8AF00
Text Example
Text Example
White with #D8AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF00; }
p { color: rgb(216,175,0); }
H1.HeaderClassName
{
color: #D8AF00;
}
.AnyTagClassName
{
color: #D8AF00;
}
</style>
background-color css
<style>
a { background-color: #D8AF00; }
a { background-color: rgb(216,175,0); }
div.DivClassName
{
background-color: #D8AF00;
}
.BgClassName
{
background-color: #D8AF00;
}
</style>
border-color css
<style>
span { border-color: #D8AF00; }
span { border-color: rgb(216,175,0); }
td.TdClassName
{
border-color: #D8AF00;
}
.TagClassName
{
border-color: #D8AF00;
}
</style>