Shades of Gamboge #D88A11
Tints of Gamboge #D88A11
RGB
CMYK
RGB Variations
Color information
#D88A11 (or 0xD88A11) is known color: Gamboge. HEX triplet: D8, 8A and 11. RGB value is (216,138,17). Sum of RGB (Red+Green+Blue) = 216+138+17=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A11 is #2775EE. Grayscale: #949494. Windows color (decimal): -2586095 or 1149656. OLE color: 1149656.
HSL color Cylindrical-coordinate representation of color #D88A11: hue angle of 36.48º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D88A11 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 17 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.15 |
| HSL | 36.48º | 0.85% | 0.46% | - |
| HSV(B) | 36.48º | 0.92% | 0.85% | - |
| XYZ | 37.51 | 32.82 | 4.89 | - |
| YUV | 147.53 | 54.34 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 17 | 0 | 0.36 | 0.92 | 0.15 | 36.48 | 0.85 | 0.46 |
| Hex | D8 | 8A | 11 | 0 | 24 | 5C | F | 24 | 55 | 2E |
| Octal | 330 | 212 | 21 | 0 | 44 | 134 | 17 | 44 | 125 | 56 |
| Binary | 11011000 | 10001010 | 10001 | 0 | 100100 | 1011100 | 1111 | 100100 | 1010101 | 101110 |
Color Harmonies of #D88A11
Complementary color
Monochromatic Colors of #D88A11
Black with #D88A11
Text Example
Text Example
White with #D88A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A11; }
p { color: rgb(216,138,17); }
H1.HeaderClassName
{
color: #D88A11;
}
.AnyTagClassName
{
color: #D88A11;
}
</style>
background-color css
<style>
a { background-color: #D88A11; }
a { background-color: rgb(216,138,17); }
div.DivClassName
{
background-color: #D88A11;
}
.BgClassName
{
background-color: #D88A11;
}
</style>
border-color css
<style>
span { border-color: #D88A11; }
span { border-color: rgb(216,138,17); }
td.TdClassName
{
border-color: #D88A11;
}
.TagClassName
{
border-color: #D88A11;
}
</style>