Shades of Gamboge #D89A01
Tints of Gamboge #D89A01
RGB
CMYK
RGB Variations
Color information
#D89A01 (or 0xD89A01) is known color: Gamboge. HEX triplet: D8, 9A and 01. RGB value is (216,154,1). Sum of RGB (Red+Green+Blue) = 216+154+1=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89A01 is #2765FE. Grayscale: #9B9B9B. Windows color (decimal): -2582015 or 105176. OLE color: 105176.
HSL color Cylindrical-coordinate representation of color #D89A01: hue angle of 42.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D89A01 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.15 |
| HSL | 42.7º | 0.99% | 0.43% | - |
| HSV(B) | 42.7º | 1% | 0.85% | - |
| XYZ | 39.88 | 37.71 | 5.21 | - |
| YUV | 155.1 | 41.04 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 1 | 0 | 0.29 | 1.00 | 0.15 | 42.7 | 0.99 | 0.43 |
| Hex | D8 | 9A | 1 | 0 | 1D | 64 | F | 2B | 63 | 2B |
| Octal | 330 | 232 | 1 | 0 | 35 | 144 | 17 | 53 | 143 | 53 |
| Binary | 11011000 | 10011010 | 1 | 0 | 11101 | 1100100 | 1111 | 101011 | 1100011 | 101011 |
Color Harmonies of #D89A01
Complementary color
Monochromatic Colors of #D89A01
Black with #D89A01
Text Example
Text Example
White with #D89A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A01; }
p { color: rgb(216,154,1); }
H1.HeaderClassName
{
color: #D89A01;
}
.AnyTagClassName
{
color: #D89A01;
}
</style>
background-color css
<style>
a { background-color: #D89A01; }
a { background-color: rgb(216,154,1); }
div.DivClassName
{
background-color: #D89A01;
}
.BgClassName
{
background-color: #D89A01;
}
</style>
border-color css
<style>
span { border-color: #D89A01; }
span { border-color: rgb(216,154,1); }
td.TdClassName
{
border-color: #D89A01;
}
.TagClassName
{
border-color: #D89A01;
}
</style>