Shades of Gamboge #DD9212
Tints of Gamboge #DD9212
RGB
CMYK
RGB Variations
Color information
#DD9212 (or 0xDD9212) is known color: Gamboge. HEX triplet: DD, 92 and 12. RGB value is (221,146,18). Sum of RGB (Red+Green+Blue) = 221+146+18=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9212 is #226DED. Grayscale: #9A9A9A. Windows color (decimal): -2256366 or 1217245. OLE color: 1217245.
HSL color Cylindrical-coordinate representation of color #DD9212: hue angle of 37.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD9212 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 18 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.13 |
| HSL | 37.83º | 0.85% | 0.47% | - |
| HSV(B) | 37.83º | 0.92% | 0.87% | - |
| XYZ | 40.21 | 35.97 | 5.4 | - |
| YUV | 153.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 18 | 0 | 0.34 | 0.92 | 0.13 | 37.83 | 0.85 | 0.47 |
| Hex | DD | 92 | 12 | 0 | 22 | 5C | D | 26 | 55 | 2F |
| Octal | 335 | 222 | 22 | 0 | 42 | 134 | 15 | 46 | 125 | 57 |
| Binary | 11011101 | 10010010 | 10010 | 0 | 100010 | 1011100 | 1101 | 100110 | 1010101 | 101111 |
Color Harmonies of #DD9212
Complementary color
Monochromatic Colors of #DD9212
Black with #DD9212
Text Example
Text Example
White with #DD9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9212; }
p { color: rgb(221,146,18); }
H1.HeaderClassName
{
color: #DD9212;
}
.AnyTagClassName
{
color: #DD9212;
}
</style>
background-color css
<style>
a { background-color: #DD9212; }
a { background-color: rgb(221,146,18); }
div.DivClassName
{
background-color: #DD9212;
}
.BgClassName
{
background-color: #DD9212;
}
</style>
border-color css
<style>
span { border-color: #DD9212; }
span { border-color: rgb(221,146,18); }
td.TdClassName
{
border-color: #DD9212;
}
.TagClassName
{
border-color: #DD9212;
}
</style>