Shades of Gamboge #D2930E
Tints of Gamboge #D2930E
RGB
CMYK
RGB Variations
Color information
#D2930E (or 0xD2930E) is known color: Gamboge. HEX triplet: D2, 93 and 0E. RGB value is (210,147,14). Sum of RGB (Red+Green+Blue) = 210+147+14=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2930E is #2D6CF1. Grayscale: #979797. Windows color (decimal): -2977010 or 955346. OLE color: 955346.
HSL color Cylindrical-coordinate representation of color #D2930E: hue angle of 40.71º 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 #D2930E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 14 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.18 |
| HSL | 40.71º | 0.88% | 0.44% | - |
| HSV(B) | 40.71º | 0.93% | 0.82% | - |
| XYZ | 37.09 | 34.6 | 5.14 | - |
| YUV | 150.68 | 50.87 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 14 | 0 | 0.30 | 0.93 | 0.18 | 40.71 | 0.88 | 0.44 |
| Hex | D2 | 93 | E | 0 | 1E | 5D | 12 | 29 | 58 | 2C |
| Octal | 322 | 223 | 16 | 0 | 36 | 135 | 22 | 51 | 130 | 54 |
| Binary | 11010010 | 10010011 | 1110 | 0 | 11110 | 1011101 | 10010 | 101001 | 1011000 | 101100 |
Color Harmonies of #D2930E
Complementary color
Monochromatic Colors of #D2930E
Black with #D2930E
Text Example
Text Example
White with #D2930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2930E; }
p { color: rgb(210,147,14); }
H1.HeaderClassName
{
color: #D2930E;
}
.AnyTagClassName
{
color: #D2930E;
}
</style>
background-color css
<style>
a { background-color: #D2930E; }
a { background-color: rgb(210,147,14); }
div.DivClassName
{
background-color: #D2930E;
}
.BgClassName
{
background-color: #D2930E;
}
</style>
border-color css
<style>
span { border-color: #D2930E; }
span { border-color: rgb(210,147,14); }
td.TdClassName
{
border-color: #D2930E;
}
.TagClassName
{
border-color: #D2930E;
}
</style>