Shades of Gamboge #D8890A
Tints of Gamboge #D8890A
RGB
CMYK
RGB Variations
Color information
#D8890A (or 0xD8890A) is known color: Gamboge. HEX triplet: D8, 89 and 0A. RGB value is (216,137,10). Sum of RGB (Red+Green+Blue) = 216+137+10=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8890A is #2776F5. Grayscale: #929292. Windows color (decimal): -2586358 or 690648. OLE color: 690648.
HSL color Cylindrical-coordinate representation of color #D8890A: hue angle of 36.99º 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 #D8890A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 10 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.15 |
| HSL | 36.99º | 0.91% | 0.44% | - |
| HSV(B) | 36.99º | 0.95% | 0.85% | - |
| XYZ | 37.32 | 32.51 | 4.6 | - |
| YUV | 146.14 | 51.17 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 10 | 0 | 0.37 | 0.95 | 0.15 | 36.99 | 0.91 | 0.44 |
| Hex | D8 | 89 | A | 0 | 25 | 5F | F | 25 | 5B | 2C |
| Octal | 330 | 211 | 12 | 0 | 45 | 137 | 17 | 45 | 133 | 54 |
| Binary | 11011000 | 10001001 | 1010 | 0 | 100101 | 1011111 | 1111 | 100101 | 1011011 | 101100 |
Color Harmonies of #D8890A
Complementary color
Monochromatic Colors of #D8890A
Black with #D8890A
Text Example
Text Example
White with #D8890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8890A; }
p { color: rgb(216,137,10); }
H1.HeaderClassName
{
color: #D8890A;
}
.AnyTagClassName
{
color: #D8890A;
}
</style>
background-color css
<style>
a { background-color: #D8890A; }
a { background-color: rgb(216,137,10); }
div.DivClassName
{
background-color: #D8890A;
}
.BgClassName
{
background-color: #D8890A;
}
</style>
border-color css
<style>
span { border-color: #D8890A; }
span { border-color: rgb(216,137,10); }
td.TdClassName
{
border-color: #D8890A;
}
.TagClassName
{
border-color: #D8890A;
}
</style>