Shades of Gamboge #D89505
Tints of Gamboge #D89505
RGB
CMYK
RGB Variations
Color information
#D89505 (or 0xD89505) is known color: Gamboge. HEX triplet: D8, 95 and 05. RGB value is (216,149,5). Sum of RGB (Red+Green+Blue) = 216+149+5=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D89505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89505 is #276AFA. Grayscale: #999999. Windows color (decimal): -2583291 or 366040. OLE color: 366040.
HSL color Cylindrical-coordinate representation of color #D89505: hue angle of 40.95º 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 #D89505 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.15 |
| HSL | 40.95º | 0.95% | 0.43% | - |
| HSV(B) | 40.95º | 0.98% | 0.85% | - |
| XYZ | 39.09 | 36.1 | 5.05 | - |
| YUV | 152.62 | 44.7 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 5 | 0 | 0.31 | 0.98 | 0.15 | 40.95 | 0.95 | 0.43 |
| Hex | D8 | 95 | 5 | 0 | 1F | 62 | F | 29 | 5F | 2B |
| Octal | 330 | 225 | 5 | 0 | 37 | 142 | 17 | 51 | 137 | 53 |
| Binary | 11011000 | 10010101 | 101 | 0 | 11111 | 1100010 | 1111 | 101001 | 1011111 | 101011 |
Color Harmonies of #D89505
Complementary color
Monochromatic Colors of #D89505
Black with #D89505
Text Example
Text Example
White with #D89505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89505; }
p { color: rgb(216,149,5); }
H1.HeaderClassName
{
color: #D89505;
}
.AnyTagClassName
{
color: #D89505;
}
</style>
background-color css
<style>
a { background-color: #D89505; }
a { background-color: rgb(216,149,5); }
div.DivClassName
{
background-color: #D89505;
}
.BgClassName
{
background-color: #D89505;
}
</style>
border-color css
<style>
span { border-color: #D89505; }
span { border-color: rgb(216,149,5); }
td.TdClassName
{
border-color: #D89505;
}
.TagClassName
{
border-color: #D89505;
}
</style>