Shades of Gamboge #DC9212
Tints of Gamboge #DC9212
RGB
CMYK
RGB Variations
Color information
#DC9212 (or 0xDC9212) is known color: Gamboge. HEX triplet: DC, 92 and 12. RGB value is (220,146,18). Sum of RGB (Red+Green+Blue) = 220+146+18=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9212 is #236DED. Grayscale: #9A9A9A. Windows color (decimal): -2321902 or 1217244. OLE color: 1217244.
HSL color Cylindrical-coordinate representation of color #DC9212: hue angle of 38.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC9212 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 18 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.14 |
| HSL | 38.02º | 0.85% | 0.47% | - |
| HSV(B) | 38.02º | 0.92% | 0.86% | - |
| XYZ | 39.9 | 35.82 | 5.38 | - |
| YUV | 153.53 | 51.52 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 18 | 0 | 0.34 | 0.92 | 0.14 | 38.02 | 0.85 | 0.47 |
| Hex | DC | 92 | 12 | 0 | 22 | 5C | E | 26 | 55 | 2F |
| Octal | 334 | 222 | 22 | 0 | 42 | 134 | 16 | 46 | 125 | 57 |
| Binary | 11011100 | 10010010 | 10010 | 0 | 100010 | 1011100 | 1110 | 100110 | 1010101 | 101111 |
Color Harmonies of #DC9212
Complementary color
Monochromatic Colors of #DC9212
Black with #DC9212
Text Example
Text Example
White with #DC9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9212; }
p { color: rgb(220,146,18); }
H1.HeaderClassName
{
color: #DC9212;
}
.AnyTagClassName
{
color: #DC9212;
}
</style>
background-color css
<style>
a { background-color: #DC9212; }
a { background-color: rgb(220,146,18); }
div.DivClassName
{
background-color: #DC9212;
}
.BgClassName
{
background-color: #DC9212;
}
</style>
border-color css
<style>
span { border-color: #DC9212; }
span { border-color: rgb(220,146,18); }
td.TdClassName
{
border-color: #DC9212;
}
.TagClassName
{
border-color: #DC9212;
}
</style>