Shades of Gamboge #D89901
Tints of Gamboge #D89901
RGB
CMYK
RGB Variations
Color information
#D89901 (or 0xD89901) is known color: Gamboge. HEX triplet: D8, 99 and 01. RGB value is (216,153,1). Sum of RGB (Red+Green+Blue) = 216+153+1=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D89901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89901 is #2766FE. Grayscale: #9B9B9B. Windows color (decimal): -2582271 or 104920. OLE color: 104920.
HSL color Cylindrical-coordinate representation of color #D89901: hue angle of 42.42º 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 #D89901 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.15 |
| HSL | 42.42º | 0.99% | 0.43% | - |
| HSV(B) | 42.42º | 1% | 0.85% | - |
| XYZ | 39.72 | 37.38 | 5.15 | - |
| YUV | 154.51 | 41.37 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 1 | 0 | 0.29 | 1.00 | 0.15 | 42.42 | 0.99 | 0.43 |
| Hex | D8 | 99 | 1 | 0 | 1D | 64 | F | 2A | 63 | 2B |
| Octal | 330 | 231 | 1 | 0 | 35 | 144 | 17 | 52 | 143 | 53 |
| Binary | 11011000 | 10011001 | 1 | 0 | 11101 | 1100100 | 1111 | 101010 | 1100011 | 101011 |
Color Harmonies of #D89901
Complementary color
Monochromatic Colors of #D89901
Black with #D89901
Text Example
Text Example
White with #D89901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89901; }
p { color: rgb(216,153,1); }
H1.HeaderClassName
{
color: #D89901;
}
.AnyTagClassName
{
color: #D89901;
}
</style>
background-color css
<style>
a { background-color: #D89901; }
a { background-color: rgb(216,153,1); }
div.DivClassName
{
background-color: #D89901;
}
.BgClassName
{
background-color: #D89901;
}
</style>
border-color css
<style>
span { border-color: #D89901; }
span { border-color: rgb(216,153,1); }
td.TdClassName
{
border-color: #D89901;
}
.TagClassName
{
border-color: #D89901;
}
</style>