Shades of Gamboge #D88C0D
Tints of Gamboge #D88C0D
RGB
CMYK
RGB Variations
Color information
#D88C0D (or 0xD88C0D) is known color: Gamboge. HEX triplet: D8, 8C and 0D. RGB value is (216,140,13). Sum of RGB (Red+Green+Blue) = 216+140+13=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88C0D is #2773F2. Grayscale: #949494. Windows color (decimal): -2585587 or 888024. OLE color: 888024.
HSL color Cylindrical-coordinate representation of color #D88C0D: hue angle of 37.54º degrees, saturation: 0.89, 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 #D88C0D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.15 |
| HSL | 37.54º | 0.89% | 0.45% | - |
| HSV(B) | 37.54º | 0.94% | 0.85% | - |
| XYZ | 37.77 | 33.38 | 4.83 | - |
| YUV | 148.25 | 51.68 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 13 | 0 | 0.35 | 0.94 | 0.15 | 37.54 | 0.89 | 0.45 |
| Hex | D8 | 8C | D | 0 | 23 | 5E | F | 26 | 59 | 2D |
| Octal | 330 | 214 | 15 | 0 | 43 | 136 | 17 | 46 | 131 | 55 |
| Binary | 11011000 | 10001100 | 1101 | 0 | 100011 | 1011110 | 1111 | 100110 | 1011001 | 101101 |
Color Harmonies of #D88C0D
Complementary color
Monochromatic Colors of #D88C0D
Black with #D88C0D
Text Example
Text Example
White with #D88C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C0D; }
p { color: rgb(216,140,13); }
H1.HeaderClassName
{
color: #D88C0D;
}
.AnyTagClassName
{
color: #D88C0D;
}
</style>
background-color css
<style>
a { background-color: #D88C0D; }
a { background-color: rgb(216,140,13); }
div.DivClassName
{
background-color: #D88C0D;
}
.BgClassName
{
background-color: #D88C0D;
}
</style>
border-color css
<style>
span { border-color: #D88C0D; }
span { border-color: rgb(216,140,13); }
td.TdClassName
{
border-color: #D88C0D;
}
.TagClassName
{
border-color: #D88C0D;
}
</style>