Shades of Gamboge #D8A00B
Tints of Gamboge #D8A00B
RGB
CMYK
RGB Variations
Color information
#D8A00B (or 0xD8A00B) is known color: Gamboge. HEX triplet: D8, A0 and 0B. RGB value is (216,160,11). Sum of RGB (Red+Green+Blue) = 216+160+11=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A00B is #275FF4. Grayscale: #A0A0A0. Windows color (decimal): -2580469 or 762072. OLE color: 762072.
HSL color Cylindrical-coordinate representation of color #D8A00B: hue angle of 43.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8A00B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.15 |
| HSL | 43.61º | 0.9% | 0.45% | - |
| HSV(B) | 43.61º | 0.95% | 0.85% | - |
| XYZ | 40.95 | 39.76 | 5.83 | - |
| YUV | 159.76 | 44.05 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 11 | 0 | 0.26 | 0.95 | 0.15 | 43.61 | 0.9 | 0.45 |
| Hex | D8 | A0 | B | 0 | 1A | 5F | F | 2C | 5A | 2D |
| Octal | 330 | 240 | 13 | 0 | 32 | 137 | 17 | 54 | 132 | 55 |
| Binary | 11011000 | 10100000 | 1011 | 0 | 11010 | 1011111 | 1111 | 101100 | 1011010 | 101101 |
Color Harmonies of #D8A00B
Complementary color
Monochromatic Colors of #D8A00B
Black with #D8A00B
Text Example
Text Example
White with #D8A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A00B; }
p { color: rgb(216,160,11); }
H1.HeaderClassName
{
color: #D8A00B;
}
.AnyTagClassName
{
color: #D8A00B;
}
</style>
background-color css
<style>
a { background-color: #D8A00B; }
a { background-color: rgb(216,160,11); }
div.DivClassName
{
background-color: #D8A00B;
}
.BgClassName
{
background-color: #D8A00B;
}
</style>
border-color css
<style>
span { border-color: #D8A00B; }
span { border-color: rgb(216,160,11); }
td.TdClassName
{
border-color: #D8A00B;
}
.TagClassName
{
border-color: #D8A00B;
}
</style>