Shades of Gamboge #D2980E
Tints of Gamboge #D2980E
RGB
CMYK
RGB Variations
Color information
#D2980E (or 0xD2980E) is known color: Gamboge. HEX triplet: D2, 98 and 0E. RGB value is (210,152,14). Sum of RGB (Red+Green+Blue) = 210+152+14=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2980E is #2D67F1. Grayscale: #9A9A9A. Windows color (decimal): -2975730 or 956626. OLE color: 956626.
HSL color Cylindrical-coordinate representation of color #D2980E: hue angle of 42.24º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2980E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 14 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.18 |
| HSL | 42.24º | 0.88% | 0.44% | - |
| HSV(B) | 42.24º | 0.93% | 0.82% | - |
| XYZ | 37.89 | 36.19 | 5.4 | - |
| YUV | 153.61 | 49.22 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 14 | 0 | 0.28 | 0.93 | 0.18 | 42.24 | 0.88 | 0.44 |
| Hex | D2 | 98 | E | 0 | 1C | 5D | 12 | 2A | 58 | 2C |
| Octal | 322 | 230 | 16 | 0 | 34 | 135 | 22 | 52 | 130 | 54 |
| Binary | 11010010 | 10011000 | 1110 | 0 | 11100 | 1011101 | 10010 | 101010 | 1011000 | 101100 |
Color Harmonies of #D2980E
Complementary color
Monochromatic Colors of #D2980E
Black with #D2980E
Text Example
Text Example
White with #D2980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2980E; }
p { color: rgb(210,152,14); }
H1.HeaderClassName
{
color: #D2980E;
}
.AnyTagClassName
{
color: #D2980E;
}
</style>
background-color css
<style>
a { background-color: #D2980E; }
a { background-color: rgb(210,152,14); }
div.DivClassName
{
background-color: #D2980E;
}
.BgClassName
{
background-color: #D2980E;
}
</style>
border-color css
<style>
span { border-color: #D2980E; }
span { border-color: rgb(210,152,14); }
td.TdClassName
{
border-color: #D2980E;
}
.TagClassName
{
border-color: #D2980E;
}
</style>