Shades of Gamboge #D89205
Tints of Gamboge #D89205
RGB
CMYK
RGB Variations
Color information
#D89205 (or 0xD89205) is known color: Gamboge. HEX triplet: D8, 92 and 05. RGB value is (216,146,5). Sum of RGB (Red+Green+Blue) = 216+146+5=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D89205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89205 is #276DFA. Grayscale: #979797. Windows color (decimal): -2584059 or 365272. OLE color: 365272.
HSL color Cylindrical-coordinate representation of color #D89205: hue angle of 40.09º 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 #D89205 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.15 |
| HSL | 40.09º | 0.95% | 0.43% | - |
| HSV(B) | 40.09º | 0.98% | 0.85% | - |
| XYZ | 38.63 | 35.17 | 4.9 | - |
| YUV | 150.86 | 45.69 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 5 | 0 | 0.32 | 0.98 | 0.15 | 40.09 | 0.95 | 0.43 |
| Hex | D8 | 92 | 5 | 0 | 20 | 62 | F | 28 | 5F | 2B |
| Octal | 330 | 222 | 5 | 0 | 40 | 142 | 17 | 50 | 137 | 53 |
| Binary | 11011000 | 10010010 | 101 | 0 | 100000 | 1100010 | 1111 | 101000 | 1011111 | 101011 |
Color Harmonies of #D89205
Complementary color
Monochromatic Colors of #D89205
Black with #D89205
Text Example
Text Example
White with #D89205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89205; }
p { color: rgb(216,146,5); }
H1.HeaderClassName
{
color: #D89205;
}
.AnyTagClassName
{
color: #D89205;
}
</style>
background-color css
<style>
a { background-color: #D89205; }
a { background-color: rgb(216,146,5); }
div.DivClassName
{
background-color: #D89205;
}
.BgClassName
{
background-color: #D89205;
}
</style>
border-color css
<style>
span { border-color: #D89205; }
span { border-color: rgb(216,146,5); }
td.TdClassName
{
border-color: #D89205;
}
.TagClassName
{
border-color: #D89205;
}
</style>