Shades of Gamboge #D2970C
Tints of Gamboge #D2970C
RGB
CMYK
RGB Variations
Color information
#D2970C (or 0xD2970C) is known color: Gamboge. HEX triplet: D2, 97 and 0C. RGB value is (210,151,12). Sum of RGB (Red+Green+Blue) = 210+151+12=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2970C is #2D68F3. Grayscale: #999999. Windows color (decimal): -2975988 or 825298. OLE color: 825298.
HSL color Cylindrical-coordinate representation of color #D2970C: hue angle of 42.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2970C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.18 |
| HSL | 42.12º | 0.89% | 0.44% | - |
| HSV(B) | 42.12º | 0.94% | 0.82% | - |
| XYZ | 37.71 | 35.86 | 5.28 | - |
| YUV | 152.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 12 | 0 | 0.28 | 0.94 | 0.18 | 42.12 | 0.89 | 0.44 |
| Hex | D2 | 97 | C | 0 | 1C | 5E | 12 | 2A | 59 | 2C |
| Octal | 322 | 227 | 14 | 0 | 34 | 136 | 22 | 52 | 131 | 54 |
| Binary | 11010010 | 10010111 | 1100 | 0 | 11100 | 1011110 | 10010 | 101010 | 1011001 | 101100 |
Color Harmonies of #D2970C
Complementary color
Monochromatic Colors of #D2970C
Black with #D2970C
Text Example
Text Example
White with #D2970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2970C; }
p { color: rgb(210,151,12); }
H1.HeaderClassName
{
color: #D2970C;
}
.AnyTagClassName
{
color: #D2970C;
}
</style>
background-color css
<style>
a { background-color: #D2970C; }
a { background-color: rgb(210,151,12); }
div.DivClassName
{
background-color: #D2970C;
}
.BgClassName
{
background-color: #D2970C;
}
</style>
border-color css
<style>
span { border-color: #D2970C; }
span { border-color: rgb(210,151,12); }
td.TdClassName
{
border-color: #D2970C;
}
.TagClassName
{
border-color: #D2970C;
}
</style>