Shades of Gamboge #D8A00A
Tints of Gamboge #D8A00A
RGB
CMYK
RGB Variations
Color information
#D8A00A (or 0xD8A00A) is known color: Gamboge. HEX triplet: D8, A0 and 0A. RGB value is (216,160,10). Sum of RGB (Red+Green+Blue) = 216+160+10=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A00A is #275FF5. Grayscale: #A0A0A0. Windows color (decimal): -2580470 or 696536. OLE color: 696536.
HSL color Cylindrical-coordinate representation of color #D8A00A: hue angle of 43.69º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8A00A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 10 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.15 |
| HSL | 43.69º | 0.91% | 0.44% | - |
| HSV(B) | 43.69º | 0.95% | 0.85% | - |
| XYZ | 40.94 | 39.76 | 5.8 | - |
| YUV | 159.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 10 | 0 | 0.26 | 0.95 | 0.15 | 43.69 | 0.91 | 0.44 |
| Hex | D8 | A0 | A | 0 | 1A | 5F | F | 2C | 5B | 2C |
| Octal | 330 | 240 | 12 | 0 | 32 | 137 | 17 | 54 | 133 | 54 |
| Binary | 11011000 | 10100000 | 1010 | 0 | 11010 | 1011111 | 1111 | 101100 | 1011011 | 101100 |
Color Harmonies of #D8A00A
Complementary color
Monochromatic Colors of #D8A00A
Black with #D8A00A
Text Example
Text Example
White with #D8A00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A00A; }
p { color: rgb(216,160,10); }
H1.HeaderClassName
{
color: #D8A00A;
}
.AnyTagClassName
{
color: #D8A00A;
}
</style>
background-color css
<style>
a { background-color: #D8A00A; }
a { background-color: rgb(216,160,10); }
div.DivClassName
{
background-color: #D8A00A;
}
.BgClassName
{
background-color: #D8A00A;
}
</style>
border-color css
<style>
span { border-color: #D8A00A; }
span { border-color: rgb(216,160,10); }
td.TdClassName
{
border-color: #D8A00A;
}
.TagClassName
{
border-color: #D8A00A;
}
</style>