Shades of Gamboge #D89812
Tints of Gamboge #D89812
RGB
CMYK
RGB Variations
Color information
#D89812 (or 0xD89812) is known color: Gamboge. HEX triplet: D8, 98 and 12. RGB value is (216,152,18). Sum of RGB (Red+Green+Blue) = 216+152+18=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D89812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89812 is #2767ED. Grayscale: #9C9C9C. Windows color (decimal): -2582510 or 1218776. OLE color: 1218776.
HSL color Cylindrical-coordinate representation of color #D89812: hue angle of 40.61º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D89812 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 18 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.15 |
| HSL | 40.61º | 0.85% | 0.46% | - |
| HSV(B) | 40.61º | 0.92% | 0.85% | - |
| XYZ | 39.66 | 37.1 | 5.64 | - |
| YUV | 155.86 | 50.2 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 18 | 0 | 0.30 | 0.92 | 0.15 | 40.61 | 0.85 | 0.46 |
| Hex | D8 | 98 | 12 | 0 | 1E | 5C | F | 29 | 55 | 2E |
| Octal | 330 | 230 | 22 | 0 | 36 | 134 | 17 | 51 | 125 | 56 |
| Binary | 11011000 | 10011000 | 10010 | 0 | 11110 | 1011100 | 1111 | 101001 | 1010101 | 101110 |
Color Harmonies of #D89812
Complementary color
Monochromatic Colors of #D89812
Black with #D89812
Text Example
Text Example
White with #D89812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89812; }
p { color: rgb(216,152,18); }
H1.HeaderClassName
{
color: #D89812;
}
.AnyTagClassName
{
color: #D89812;
}
</style>
background-color css
<style>
a { background-color: #D89812; }
a { background-color: rgb(216,152,18); }
div.DivClassName
{
background-color: #D89812;
}
.BgClassName
{
background-color: #D89812;
}
</style>
border-color css
<style>
span { border-color: #D89812; }
span { border-color: rgb(216,152,18); }
td.TdClassName
{
border-color: #D89812;
}
.TagClassName
{
border-color: #D89812;
}
</style>