Shades of Gamboge #D2930D
Tints of Gamboge #D2930D
RGB
CMYK
RGB Variations
Color information
#D2930D (or 0xD2930D) is known color: Gamboge. HEX triplet: D2, 93 and 0D. RGB value is (210,147,13). Sum of RGB (Red+Green+Blue) = 210+147+13=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2930D is #2D6CF2. Grayscale: #979797. Windows color (decimal): -2977011 or 889810. OLE color: 889810.
HSL color Cylindrical-coordinate representation of color #D2930D: hue angle of 40.81º degrees, saturation: 0.88, 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 #D2930D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.18 |
| HSL | 40.81º | 0.88% | 0.44% | - |
| HSV(B) | 40.81º | 0.94% | 0.82% | - |
| XYZ | 37.08 | 34.6 | 5.1 | - |
| YUV | 150.56 | 50.37 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 13 | 0 | 0.30 | 0.94 | 0.18 | 40.81 | 0.88 | 0.44 |
| Hex | D2 | 93 | D | 0 | 1E | 5E | 12 | 29 | 58 | 2C |
| Octal | 322 | 223 | 15 | 0 | 36 | 136 | 22 | 51 | 130 | 54 |
| Binary | 11010010 | 10010011 | 1101 | 0 | 11110 | 1011110 | 10010 | 101001 | 1011000 | 101100 |
Color Harmonies of #D2930D
Complementary color
Monochromatic Colors of #D2930D
Black with #D2930D
Text Example
Text Example
White with #D2930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2930D; }
p { color: rgb(210,147,13); }
H1.HeaderClassName
{
color: #D2930D;
}
.AnyTagClassName
{
color: #D2930D;
}
</style>
background-color css
<style>
a { background-color: #D2930D; }
a { background-color: rgb(210,147,13); }
div.DivClassName
{
background-color: #D2930D;
}
.BgClassName
{
background-color: #D2930D;
}
</style>
border-color css
<style>
span { border-color: #D2930D; }
span { border-color: rgb(210,147,13); }
td.TdClassName
{
border-color: #D2930D;
}
.TagClassName
{
border-color: #D2930D;
}
</style>