Shades of Gamboge #D88C0B
Tints of Gamboge #D88C0B
RGB
CMYK
RGB Variations
Color information
#D88C0B (or 0xD88C0B) is known color: Gamboge. HEX triplet: D8, 8C and 0B. RGB value is (216,140,11). Sum of RGB (Red+Green+Blue) = 216+140+11=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88C0B is #2773F4. Grayscale: #949494. Windows color (decimal): -2585589 or 756952. OLE color: 756952.
HSL color Cylindrical-coordinate representation of color #D88C0B: hue angle of 37.76º 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 #D88C0B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.15 |
| HSL | 37.76º | 0.9% | 0.45% | - |
| HSV(B) | 37.76º | 0.95% | 0.85% | - |
| XYZ | 37.76 | 33.38 | 4.77 | - |
| YUV | 148.02 | 50.68 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 11 | 0 | 0.35 | 0.95 | 0.15 | 37.76 | 0.9 | 0.45 |
| Hex | D8 | 8C | B | 0 | 23 | 5F | F | 26 | 5A | 2D |
| Octal | 330 | 214 | 13 | 0 | 43 | 137 | 17 | 46 | 132 | 55 |
| Binary | 11011000 | 10001100 | 1011 | 0 | 100011 | 1011111 | 1111 | 100110 | 1011010 | 101101 |
Color Harmonies of #D88C0B
Complementary color
Monochromatic Colors of #D88C0B
Black with #D88C0B
Text Example
Text Example
White with #D88C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C0B; }
p { color: rgb(216,140,11); }
H1.HeaderClassName
{
color: #D88C0B;
}
.AnyTagClassName
{
color: #D88C0B;
}
</style>
background-color css
<style>
a { background-color: #D88C0B; }
a { background-color: rgb(216,140,11); }
div.DivClassName
{
background-color: #D88C0B;
}
.BgClassName
{
background-color: #D88C0B;
}
</style>
border-color css
<style>
span { border-color: #D88C0B; }
span { border-color: rgb(216,140,11); }
td.TdClassName
{
border-color: #D88C0B;
}
.TagClassName
{
border-color: #D88C0B;
}
</style>