Shades of Gamboge #D0980B
Tints of Gamboge #D0980B
RGB
CMYK
RGB Variations
Color information
#D0980B (or 0xD0980B) is known color: Gamboge. HEX triplet: D0, 98 and 0B. RGB value is (208,152,11). Sum of RGB (Red+Green+Blue) = 208+152+11=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0980B is #2F67F4. Grayscale: #999999. Windows color (decimal): -3106805 or 760016. OLE color: 760016.
HSL color Cylindrical-coordinate representation of color #D0980B: hue angle of 42.94º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0980B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.18 |
| HSL | 42.94º | 0.9% | 0.43% | - |
| HSV(B) | 42.94º | 0.95% | 0.82% | - |
| XYZ | 37.3 | 35.89 | 5.28 | - |
| YUV | 152.67 | 48.05 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 11 | 0 | 0.27 | 0.95 | 0.18 | 42.94 | 0.9 | 0.43 |
| Hex | D0 | 98 | B | 0 | 1B | 5F | 12 | 2B | 5A | 2B |
| Octal | 320 | 230 | 13 | 0 | 33 | 137 | 22 | 53 | 132 | 53 |
| Binary | 11010000 | 10011000 | 1011 | 0 | 11011 | 1011111 | 10010 | 101011 | 1011010 | 101011 |
Color Harmonies of #D0980B
Complementary color
Monochromatic Colors of #D0980B
Black with #D0980B
Text Example
Text Example
White with #D0980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0980B; }
p { color: rgb(208,152,11); }
H1.HeaderClassName
{
color: #D0980B;
}
.AnyTagClassName
{
color: #D0980B;
}
</style>
background-color css
<style>
a { background-color: #D0980B; }
a { background-color: rgb(208,152,11); }
div.DivClassName
{
background-color: #D0980B;
}
.BgClassName
{
background-color: #D0980B;
}
</style>
border-color css
<style>
span { border-color: #D0980B; }
span { border-color: rgb(208,152,11); }
td.TdClassName
{
border-color: #D0980B;
}
.TagClassName
{
border-color: #D0980B;
}
</style>