Shades of Gamboge #D8A70A
Tints of Gamboge #D8A70A
RGB
CMYK
RGB Variations
Color information
#D8A70A (or 0xD8A70A) is known color: Gamboge. HEX triplet: D8, A7 and 0A. RGB value is (216,167,10). Sum of RGB (Red+Green+Blue) = 216+167+10=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A70A is #2758F5. Grayscale: #A4A4A4. Windows color (decimal): -2578678 or 698328. OLE color: 698328.
HSL color Cylindrical-coordinate representation of color #D8A70A: hue angle of 45.73º 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 #D8A70A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 10 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.15 |
| HSL | 45.73º | 0.91% | 0.44% | - |
| HSV(B) | 45.73º | 0.95% | 0.85% | - |
| XYZ | 42.19 | 42.26 | 6.22 | - |
| YUV | 163.75 | 41.23 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 10 | 0 | 0.23 | 0.95 | 0.15 | 45.73 | 0.91 | 0.44 |
| Hex | D8 | A7 | A | 0 | 17 | 5F | F | 2E | 5B | 2C |
| Octal | 330 | 247 | 12 | 0 | 27 | 137 | 17 | 56 | 133 | 54 |
| Binary | 11011000 | 10100111 | 1010 | 0 | 10111 | 1011111 | 1111 | 101110 | 1011011 | 101100 |
Color Harmonies of #D8A70A
Complementary color
Monochromatic Colors of #D8A70A
Black with #D8A70A
Text Example
Text Example
White with #D8A70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A70A; }
p { color: rgb(216,167,10); }
H1.HeaderClassName
{
color: #D8A70A;
}
.AnyTagClassName
{
color: #D8A70A;
}
</style>
background-color css
<style>
a { background-color: #D8A70A; }
a { background-color: rgb(216,167,10); }
div.DivClassName
{
background-color: #D8A70A;
}
.BgClassName
{
background-color: #D8A70A;
}
</style>
border-color css
<style>
span { border-color: #D8A70A; }
span { border-color: rgb(216,167,10); }
td.TdClassName
{
border-color: #D8A70A;
}
.TagClassName
{
border-color: #D8A70A;
}
</style>