Shades of Gamboge #D0980C
Tints of Gamboge #D0980C
RGB
CMYK
RGB Variations
Color information
#D0980C (or 0xD0980C) is known color: Gamboge. HEX triplet: D0, 98 and 0C. RGB value is (208,152,12). Sum of RGB (Red+Green+Blue) = 208+152+12=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0980C is #2F67F3. Grayscale: #999999. Windows color (decimal): -3106804 or 825552. OLE color: 825552.
HSL color Cylindrical-coordinate representation of color #D0980C: hue angle of 42.86º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0980C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.18 |
| HSL | 42.86º | 0.89% | 0.43% | - |
| HSV(B) | 42.86º | 0.94% | 0.82% | - |
| XYZ | 37.31 | 35.89 | 5.31 | - |
| YUV | 152.78 | 48.55 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 12 | 0 | 0.27 | 0.94 | 0.18 | 42.86 | 0.89 | 0.43 |
| Hex | D0 | 98 | C | 0 | 1B | 5E | 12 | 2B | 59 | 2B |
| Octal | 320 | 230 | 14 | 0 | 33 | 136 | 22 | 53 | 131 | 53 |
| Binary | 11010000 | 10011000 | 1100 | 0 | 11011 | 1011110 | 10010 | 101011 | 1011001 | 101011 |
Color Harmonies of #D0980C
Complementary color
Monochromatic Colors of #D0980C
Black with #D0980C
Text Example
Text Example
White with #D0980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0980C; }
p { color: rgb(208,152,12); }
H1.HeaderClassName
{
color: #D0980C;
}
.AnyTagClassName
{
color: #D0980C;
}
</style>
background-color css
<style>
a { background-color: #D0980C; }
a { background-color: rgb(208,152,12); }
div.DivClassName
{
background-color: #D0980C;
}
.BgClassName
{
background-color: #D0980C;
}
</style>
border-color css
<style>
span { border-color: #D0980C; }
span { border-color: rgb(208,152,12); }
td.TdClassName
{
border-color: #D0980C;
}
.TagClassName
{
border-color: #D0980C;
}
</style>