Shades of Gamboge #D88A0E
Tints of Gamboge #D88A0E
RGB
CMYK
RGB Variations
Color information
#D88A0E (or 0xD88A0E) is known color: Gamboge. HEX triplet: D8, 8A and 0E. RGB value is (216,138,14). Sum of RGB (Red+Green+Blue) = 216+138+14=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A0E is #2775F1. Grayscale: #939393. Windows color (decimal): -2586098 or 953048. OLE color: 953048.
HSL color Cylindrical-coordinate representation of color #D88A0E: hue angle of 36.83º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D88A0E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 14 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.15 |
| HSL | 36.83º | 0.88% | 0.45% | - |
| HSV(B) | 36.83º | 0.94% | 0.85% | - |
| XYZ | 37.49 | 32.81 | 4.77 | - |
| YUV | 147.19 | 52.84 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 14 | 0 | 0.36 | 0.94 | 0.15 | 36.83 | 0.88 | 0.45 |
| Hex | D8 | 8A | E | 0 | 24 | 5E | F | 25 | 58 | 2D |
| Octal | 330 | 212 | 16 | 0 | 44 | 136 | 17 | 45 | 130 | 55 |
| Binary | 11011000 | 10001010 | 1110 | 0 | 100100 | 1011110 | 1111 | 100101 | 1011000 | 101101 |
Color Harmonies of #D88A0E
Complementary color
Monochromatic Colors of #D88A0E
Black with #D88A0E
Text Example
Text Example
White with #D88A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A0E; }
p { color: rgb(216,138,14); }
H1.HeaderClassName
{
color: #D88A0E;
}
.AnyTagClassName
{
color: #D88A0E;
}
</style>
background-color css
<style>
a { background-color: #D88A0E; }
a { background-color: rgb(216,138,14); }
div.DivClassName
{
background-color: #D88A0E;
}
.BgClassName
{
background-color: #D88A0E;
}
</style>
border-color css
<style>
span { border-color: #D88A0E; }
span { border-color: rgb(216,138,14); }
td.TdClassName
{
border-color: #D88A0E;
}
.TagClassName
{
border-color: #D88A0E;
}
</style>