Shades of Gamboge #D89605
Tints of Gamboge #D89605
RGB
CMYK
RGB Variations
Color information
#D89605 (or 0xD89605) is known color: Gamboge. HEX triplet: D8, 96 and 05. RGB value is (216,150,5). Sum of RGB (Red+Green+Blue) = 216+150+5=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D89605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89605 is #2769FA. Grayscale: #999999. Windows color (decimal): -2583035 or 366296. OLE color: 366296.
HSL color Cylindrical-coordinate representation of color #D89605: hue angle of 41.23º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D89605 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.15 |
| HSL | 41.23º | 0.95% | 0.43% | - |
| HSV(B) | 41.23º | 0.98% | 0.85% | - |
| XYZ | 39.25 | 36.42 | 5.11 | - |
| YUV | 153.2 | 44.37 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 5 | 0 | 0.31 | 0.98 | 0.15 | 41.23 | 0.95 | 0.43 |
| Hex | D8 | 96 | 5 | 0 | 1F | 62 | F | 29 | 5F | 2B |
| Octal | 330 | 226 | 5 | 0 | 37 | 142 | 17 | 51 | 137 | 53 |
| Binary | 11011000 | 10010110 | 101 | 0 | 11111 | 1100010 | 1111 | 101001 | 1011111 | 101011 |
Color Harmonies of #D89605
Complementary color
Monochromatic Colors of #D89605
Black with #D89605
Text Example
Text Example
White with #D89605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89605; }
p { color: rgb(216,150,5); }
H1.HeaderClassName
{
color: #D89605;
}
.AnyTagClassName
{
color: #D89605;
}
</style>
background-color css
<style>
a { background-color: #D89605; }
a { background-color: rgb(216,150,5); }
div.DivClassName
{
background-color: #D89605;
}
.BgClassName
{
background-color: #D89605;
}
</style>
border-color css
<style>
span { border-color: #D89605; }
span { border-color: rgb(216,150,5); }
td.TdClassName
{
border-color: #D89605;
}
.TagClassName
{
border-color: #D89605;
}
</style>