Shades of Gamboge #D88B0D
Tints of Gamboge #D88B0D
RGB
CMYK
RGB Variations
Color information
#D88B0D (or 0xD88B0D) is known color: Gamboge. HEX triplet: D8, 8B and 0D. RGB value is (216,139,13). Sum of RGB (Red+Green+Blue) = 216+139+13=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88B0D is #2774F2. Grayscale: #949494. Windows color (decimal): -2585843 or 887768. OLE color: 887768.
HSL color Cylindrical-coordinate representation of color #D88B0D: hue angle of 37.24º 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 #D88B0D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.15 |
| HSL | 37.24º | 0.89% | 0.45% | - |
| HSV(B) | 37.24º | 0.94% | 0.85% | - |
| XYZ | 37.62 | 33.09 | 4.79 | - |
| YUV | 147.66 | 52.01 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 13 | 0 | 0.36 | 0.94 | 0.15 | 37.24 | 0.89 | 0.45 |
| Hex | D8 | 8B | D | 0 | 24 | 5E | F | 25 | 59 | 2D |
| Octal | 330 | 213 | 15 | 0 | 44 | 136 | 17 | 45 | 131 | 55 |
| Binary | 11011000 | 10001011 | 1101 | 0 | 100100 | 1011110 | 1111 | 100101 | 1011001 | 101101 |
Color Harmonies of #D88B0D
Complementary color
Monochromatic Colors of #D88B0D
Black with #D88B0D
Text Example
Text Example
White with #D88B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88B0D; }
p { color: rgb(216,139,13); }
H1.HeaderClassName
{
color: #D88B0D;
}
.AnyTagClassName
{
color: #D88B0D;
}
</style>
background-color css
<style>
a { background-color: #D88B0D; }
a { background-color: rgb(216,139,13); }
div.DivClassName
{
background-color: #D88B0D;
}
.BgClassName
{
background-color: #D88B0D;
}
</style>
border-color css
<style>
span { border-color: #D88B0D; }
span { border-color: rgb(216,139,13); }
td.TdClassName
{
border-color: #D88B0D;
}
.TagClassName
{
border-color: #D88B0D;
}
</style>