Shades of Gamboge #D8880B
Tints of Gamboge #D8880B
RGB
CMYK
RGB Variations
Color information
#D8880B (or 0xD8880B) is known color: Gamboge. HEX triplet: D8, 88 and 0B. RGB value is (216,136,11). Sum of RGB (Red+Green+Blue) = 216+136+11=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8880B is #2777F4. Grayscale: #929292. Windows color (decimal): -2586613 or 755928. OLE color: 755928.
HSL color Cylindrical-coordinate representation of color #D8880B: hue angle of 36.59º 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 #D8880B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.15 |
| HSL | 36.59º | 0.9% | 0.45% | - |
| HSV(B) | 36.59º | 0.95% | 0.85% | - |
| XYZ | 37.18 | 32.23 | 4.58 | - |
| YUV | 145.67 | 52 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 11 | 0 | 0.37 | 0.95 | 0.15 | 36.59 | 0.9 | 0.45 |
| Hex | D8 | 88 | B | 0 | 25 | 5F | F | 25 | 5A | 2D |
| Octal | 330 | 210 | 13 | 0 | 45 | 137 | 17 | 45 | 132 | 55 |
| Binary | 11011000 | 10001000 | 1011 | 0 | 100101 | 1011111 | 1111 | 100101 | 1011010 | 101101 |
Color Harmonies of #D8880B
Complementary color
Monochromatic Colors of #D8880B
Black with #D8880B
Text Example
Text Example
White with #D8880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8880B; }
p { color: rgb(216,136,11); }
H1.HeaderClassName
{
color: #D8880B;
}
.AnyTagClassName
{
color: #D8880B;
}
</style>
background-color css
<style>
a { background-color: #D8880B; }
a { background-color: rgb(216,136,11); }
div.DivClassName
{
background-color: #D8880B;
}
.BgClassName
{
background-color: #D8880B;
}
</style>
border-color css
<style>
span { border-color: #D8880B; }
span { border-color: rgb(216,136,11); }
td.TdClassName
{
border-color: #D8880B;
}
.TagClassName
{
border-color: #D8880B;
}
</style>