Shades of Gamboge #D2920E
Tints of Gamboge #D2920E
RGB
CMYK
RGB Variations
Color information
#D2920E (or 0xD2920E) is known color: Gamboge. HEX triplet: D2, 92 and 0E. RGB value is (210,146,14). Sum of RGB (Red+Green+Blue) = 210+146+14=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2920E is #2D6DF1. Grayscale: #969696. Windows color (decimal): -2977266 or 955090. OLE color: 955090.
HSL color Cylindrical-coordinate representation of color #D2920E: hue angle of 40.41º 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 #D2920E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 14 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.18 |
| HSL | 40.41º | 0.88% | 0.44% | - |
| HSV(B) | 40.41º | 0.93% | 0.82% | - |
| XYZ | 36.94 | 34.29 | 5.09 | - |
| YUV | 150.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 14 | 0 | 0.30 | 0.93 | 0.18 | 40.41 | 0.88 | 0.44 |
| Hex | D2 | 92 | E | 0 | 1E | 5D | 12 | 28 | 58 | 2C |
| Octal | 322 | 222 | 16 | 0 | 36 | 135 | 22 | 50 | 130 | 54 |
| Binary | 11010010 | 10010010 | 1110 | 0 | 11110 | 1011101 | 10010 | 101000 | 1011000 | 101100 |
Color Harmonies of #D2920E
Complementary color
Monochromatic Colors of #D2920E
Black with #D2920E
Text Example
Text Example
White with #D2920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2920E; }
p { color: rgb(210,146,14); }
H1.HeaderClassName
{
color: #D2920E;
}
.AnyTagClassName
{
color: #D2920E;
}
</style>
background-color css
<style>
a { background-color: #D2920E; }
a { background-color: rgb(210,146,14); }
div.DivClassName
{
background-color: #D2920E;
}
.BgClassName
{
background-color: #D2920E;
}
</style>
border-color css
<style>
span { border-color: #D2920E; }
span { border-color: rgb(210,146,14); }
td.TdClassName
{
border-color: #D2920E;
}
.TagClassName
{
border-color: #D2920E;
}
</style>