Shades of Gamboge #DD9210
Tints of Gamboge #DD9210
RGB
CMYK
RGB Variations
Color information
#DD9210 (or 0xDD9210) is known color: Gamboge. HEX triplet: DD, 92 and 10. RGB value is (221,146,16). Sum of RGB (Red+Green+Blue) = 221+146+16=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9210 is #226DEF. Grayscale: #9A9A9A. Windows color (decimal): -2256368 or 1086173. OLE color: 1086173.
HSL color Cylindrical-coordinate representation of color #DD9210: hue angle of 38.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD9210 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.13 |
| HSL | 38.05º | 0.86% | 0.46% | - |
| HSV(B) | 38.05º | 0.93% | 0.87% | - |
| XYZ | 40.19 | 35.97 | 5.31 | - |
| YUV | 153.61 | 50.35 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 16 | 0 | 0.34 | 0.93 | 0.13 | 38.05 | 0.86 | 0.46 |
| Hex | DD | 92 | 10 | 0 | 22 | 5D | D | 26 | 56 | 2E |
| Octal | 335 | 222 | 20 | 0 | 42 | 135 | 15 | 46 | 126 | 56 |
| Binary | 11011101 | 10010010 | 10000 | 0 | 100010 | 1011101 | 1101 | 100110 | 1010110 | 101110 |
Color Harmonies of #DD9210
Complementary color
Monochromatic Colors of #DD9210
Black with #DD9210
Text Example
Text Example
White with #DD9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9210; }
p { color: rgb(221,146,16); }
H1.HeaderClassName
{
color: #DD9210;
}
.AnyTagClassName
{
color: #DD9210;
}
</style>
background-color css
<style>
a { background-color: #DD9210; }
a { background-color: rgb(221,146,16); }
div.DivClassName
{
background-color: #DD9210;
}
.BgClassName
{
background-color: #DD9210;
}
</style>
border-color css
<style>
span { border-color: #DD9210; }
span { border-color: rgb(221,146,16); }
td.TdClassName
{
border-color: #DD9210;
}
.TagClassName
{
border-color: #DD9210;
}
</style>