Shades of Gamboge #D89D0A
Tints of Gamboge #D89D0A
RGB
CMYK
RGB Variations
Color information
#D89D0A (or 0xD89D0A) is known color: Gamboge. HEX triplet: D8, 9D and 0A. RGB value is (216,157,10). Sum of RGB (Red+Green+Blue) = 216+157+10=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D0A is #2762F5. Grayscale: #9E9E9E. Windows color (decimal): -2581238 or 695768. OLE color: 695768.
HSL color Cylindrical-coordinate representation of color #D89D0A: hue angle of 42.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D89D0A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.15 |
| HSL | 42.82º | 0.91% | 0.44% | - |
| HSV(B) | 42.82º | 0.95% | 0.85% | - |
| XYZ | 40.43 | 38.73 | 5.63 | - |
| YUV | 157.88 | 44.55 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 10 | 0 | 0.27 | 0.95 | 0.15 | 42.82 | 0.91 | 0.44 |
| Hex | D8 | 9D | A | 0 | 1B | 5F | F | 2B | 5B | 2C |
| Octal | 330 | 235 | 12 | 0 | 33 | 137 | 17 | 53 | 133 | 54 |
| Binary | 11011000 | 10011101 | 1010 | 0 | 11011 | 1011111 | 1111 | 101011 | 1011011 | 101100 |
Color Harmonies of #D89D0A
Complementary color
Monochromatic Colors of #D89D0A
Black with #D89D0A
Text Example
Text Example
White with #D89D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D0A; }
p { color: rgb(216,157,10); }
H1.HeaderClassName
{
color: #D89D0A;
}
.AnyTagClassName
{
color: #D89D0A;
}
</style>
background-color css
<style>
a { background-color: #D89D0A; }
a { background-color: rgb(216,157,10); }
div.DivClassName
{
background-color: #D89D0A;
}
.BgClassName
{
background-color: #D89D0A;
}
</style>
border-color css
<style>
span { border-color: #D89D0A; }
span { border-color: rgb(216,157,10); }
td.TdClassName
{
border-color: #D89D0A;
}
.TagClassName
{
border-color: #D89D0A;
}
</style>