Shades of Gamboge #D89005
Tints of Gamboge #D89005
RGB
CMYK
RGB Variations
Color information
#D89005 (or 0xD89005) is known color: Gamboge. HEX triplet: D8, 90 and 05. RGB value is (216,144,5). Sum of RGB (Red+Green+Blue) = 216+144+5=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D89005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89005 is #276FFA. Grayscale: #969696. Windows color (decimal): -2584571 or 364760. OLE color: 364760.
HSL color Cylindrical-coordinate representation of color #D89005: hue angle of 39.53º 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 #D89005 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.15 |
| HSL | 39.53º | 0.95% | 0.43% | - |
| HSV(B) | 39.53º | 0.98% | 0.85% | - |
| XYZ | 38.32 | 34.56 | 4.79 | - |
| YUV | 149.68 | 46.35 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 5 | 0 | 0.33 | 0.98 | 0.15 | 39.53 | 0.95 | 0.43 |
| Hex | D8 | 90 | 5 | 0 | 21 | 62 | F | 28 | 5F | 2B |
| Octal | 330 | 220 | 5 | 0 | 41 | 142 | 17 | 50 | 137 | 53 |
| Binary | 11011000 | 10010000 | 101 | 0 | 100001 | 1100010 | 1111 | 101000 | 1011111 | 101011 |
Color Harmonies of #D89005
Complementary color
Monochromatic Colors of #D89005
Black with #D89005
Text Example
Text Example
White with #D89005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89005; }
p { color: rgb(216,144,5); }
H1.HeaderClassName
{
color: #D89005;
}
.AnyTagClassName
{
color: #D89005;
}
</style>
background-color css
<style>
a { background-color: #D89005; }
a { background-color: rgb(216,144,5); }
div.DivClassName
{
background-color: #D89005;
}
.BgClassName
{
background-color: #D89005;
}
</style>
border-color css
<style>
span { border-color: #D89005; }
span { border-color: rgb(216,144,5); }
td.TdClassName
{
border-color: #D89005;
}
.TagClassName
{
border-color: #D89005;
}
</style>