Shades of Gamboge #D89715
Tints of Gamboge #D89715
RGB
CMYK
RGB Variations
Color information
#D89715 (or 0xD89715) is known color: Gamboge. HEX triplet: D8, 97 and 15. RGB value is (216,151,21). Sum of RGB (Red+Green+Blue) = 216+151+21=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D89715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89715 is #2768EA. Grayscale: #9C9C9C. Windows color (decimal): -2582763 or 1415128. OLE color: 1415128.
HSL color Cylindrical-coordinate representation of color #D89715: hue angle of 40º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D89715 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 21 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.15 |
| HSL | 40º | 0.82% | 0.46% | - |
| HSV(B) | 40º | 0.9% | 0.85% | - |
| XYZ | 39.52 | 36.79 | 5.73 | - |
| YUV | 155.62 | 52.03 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 21 | 0 | 0.30 | 0.90 | 0.15 | 40 | 0.82 | 0.46 |
| Hex | D8 | 97 | 15 | 0 | 1E | 5A | F | 28 | 52 | 2E |
| Octal | 330 | 227 | 25 | 0 | 36 | 132 | 17 | 50 | 122 | 56 |
| Binary | 11011000 | 10010111 | 10101 | 0 | 11110 | 1011010 | 1111 | 101000 | 1010010 | 101110 |
Color Harmonies of #D89715
Complementary color
Monochromatic Colors of #D89715
Black with #D89715
Text Example
Text Example
White with #D89715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89715; }
p { color: rgb(216,151,21); }
H1.HeaderClassName
{
color: #D89715;
}
.AnyTagClassName
{
color: #D89715;
}
</style>
background-color css
<style>
a { background-color: #D89715; }
a { background-color: rgb(216,151,21); }
div.DivClassName
{
background-color: #D89715;
}
.BgClassName
{
background-color: #D89715;
}
</style>
border-color css
<style>
span { border-color: #D89715; }
span { border-color: rgb(216,151,21); }
td.TdClassName
{
border-color: #D89715;
}
.TagClassName
{
border-color: #D89715;
}
</style>