Shades of Gamboge #D89A05
Tints of Gamboge #D89A05
RGB
CMYK
RGB Variations
Color information
#D89A05 (or 0xD89A05) is known color: Gamboge. HEX triplet: D8, 9A and 05. RGB value is (216,154,5). Sum of RGB (Red+Green+Blue) = 216+154+5=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89A05 is #2765FA. Grayscale: #9C9C9C. Windows color (decimal): -2582011 or 367320. OLE color: 367320.
HSL color Cylindrical-coordinate representation of color #D89A05: hue angle of 42.37º 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 #D89A05 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.15 |
| HSL | 42.37º | 0.95% | 0.43% | - |
| HSV(B) | 42.37º | 0.98% | 0.85% | - |
| XYZ | 39.9 | 37.72 | 5.32 | - |
| YUV | 155.55 | 43.04 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 5 | 0 | 0.29 | 0.98 | 0.15 | 42.37 | 0.95 | 0.43 |
| Hex | D8 | 9A | 5 | 0 | 1D | 62 | F | 2A | 5F | 2B |
| Octal | 330 | 232 | 5 | 0 | 35 | 142 | 17 | 52 | 137 | 53 |
| Binary | 11011000 | 10011010 | 101 | 0 | 11101 | 1100010 | 1111 | 101010 | 1011111 | 101011 |
Color Harmonies of #D89A05
Complementary color
Monochromatic Colors of #D89A05
Black with #D89A05
Text Example
Text Example
White with #D89A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A05; }
p { color: rgb(216,154,5); }
H1.HeaderClassName
{
color: #D89A05;
}
.AnyTagClassName
{
color: #D89A05;
}
</style>
background-color css
<style>
a { background-color: #D89A05; }
a { background-color: rgb(216,154,5); }
div.DivClassName
{
background-color: #D89A05;
}
.BgClassName
{
background-color: #D89A05;
}
</style>
border-color css
<style>
span { border-color: #D89A05; }
span { border-color: rgb(216,154,5); }
td.TdClassName
{
border-color: #D89A05;
}
.TagClassName
{
border-color: #D89A05;
}
</style>