Shades of Gamboge #D89C0D
Tints of Gamboge #D89C0D
RGB
CMYK
RGB Variations
Color information
#D89C0D (or 0xD89C0D) is known color: Gamboge. HEX triplet: D8, 9C and 0D. RGB value is (216,156,13). Sum of RGB (Red+Green+Blue) = 216+156+13=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89C0D is #2763F2. Grayscale: #9E9E9E. Windows color (decimal): -2581491 or 892120. OLE color: 892120.
HSL color Cylindrical-coordinate representation of color #D89C0D: hue angle of 42.27º 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 #D89C0D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.15 |
| HSL | 42.27º | 0.89% | 0.45% | - |
| HSV(B) | 42.27º | 0.94% | 0.85% | - |
| XYZ | 40.28 | 38.4 | 5.67 | - |
| YUV | 157.64 | 46.38 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 13 | 0 | 0.28 | 0.94 | 0.15 | 42.27 | 0.89 | 0.45 |
| Hex | D8 | 9C | D | 0 | 1C | 5E | F | 2A | 59 | 2D |
| Octal | 330 | 234 | 15 | 0 | 34 | 136 | 17 | 52 | 131 | 55 |
| Binary | 11011000 | 10011100 | 1101 | 0 | 11100 | 1011110 | 1111 | 101010 | 1011001 | 101101 |
Color Harmonies of #D89C0D
Complementary color
Monochromatic Colors of #D89C0D
Black with #D89C0D
Text Example
Text Example
White with #D89C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C0D; }
p { color: rgb(216,156,13); }
H1.HeaderClassName
{
color: #D89C0D;
}
.AnyTagClassName
{
color: #D89C0D;
}
</style>
background-color css
<style>
a { background-color: #D89C0D; }
a { background-color: rgb(216,156,13); }
div.DivClassName
{
background-color: #D89C0D;
}
.BgClassName
{
background-color: #D89C0D;
}
</style>
border-color css
<style>
span { border-color: #D89C0D; }
span { border-color: rgb(216,156,13); }
td.TdClassName
{
border-color: #D89C0D;
}
.TagClassName
{
border-color: #D89C0D;
}
</style>