Shades of Gamboge #D89C18
Tints of Gamboge #D89C18
RGB
CMYK
RGB Variations
Color information
#D89C18 (or 0xD89C18) is known color: Gamboge. HEX triplet: D8, 9C and 18. RGB value is (216,156,24). Sum of RGB (Red+Green+Blue) = 216+156+24=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89C18 is #2763E7. Grayscale: #9F9F9F. Windows color (decimal): -2581480 or 1613016. OLE color: 1613016.
HSL color Cylindrical-coordinate representation of color #D89C18: hue angle of 41.25º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D89C18 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 24 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.15 |
| HSL | 41.25º | 0.8% | 0.47% | - |
| HSV(B) | 41.25º | 0.89% | 0.85% | - |
| XYZ | 40.37 | 38.44 | 6.16 | - |
| YUV | 158.89 | 51.88 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 24 | 0 | 0.28 | 0.89 | 0.15 | 41.25 | 0.8 | 0.47 |
| Hex | D8 | 9C | 18 | 0 | 1C | 59 | F | 29 | 50 | 2F |
| Octal | 330 | 234 | 30 | 0 | 34 | 131 | 17 | 51 | 120 | 57 |
| Binary | 11011000 | 10011100 | 11000 | 0 | 11100 | 1011001 | 1111 | 101001 | 1010000 | 101111 |
Color Harmonies of #D89C18
Complementary color
Monochromatic Colors of #D89C18
Black with #D89C18
Text Example
Text Example
White with #D89C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C18; }
p { color: rgb(216,156,24); }
H1.HeaderClassName
{
color: #D89C18;
}
.AnyTagClassName
{
color: #D89C18;
}
</style>
background-color css
<style>
a { background-color: #D89C18; }
a { background-color: rgb(216,156,24); }
div.DivClassName
{
background-color: #D89C18;
}
.BgClassName
{
background-color: #D89C18;
}
</style>
border-color css
<style>
span { border-color: #D89C18; }
span { border-color: rgb(216,156,24); }
td.TdClassName
{
border-color: #D89C18;
}
.TagClassName
{
border-color: #D89C18;
}
</style>