Shades of Gamboge #DC9216
Tints of Gamboge #DC9216
RGB
CMYK
RGB Variations
Color information
#DC9216 (or 0xDC9216) is known color: Gamboge. HEX triplet: DC, 92 and 16. RGB value is (220,146,22). Sum of RGB (Red+Green+Blue) = 220+146+22=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9216 is #236DE9. Grayscale: #9A9A9A. Windows color (decimal): -2321898 or 1479388. OLE color: 1479388.
HSL color Cylindrical-coordinate representation of color #DC9216: hue angle of 37.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC9216 is Cyan = 0, Magento = 0.34, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 22 | - |
| CMYK | 0 | 0.34 | 0.9 | 0.14 |
| HSL | 37.58º | 0.82% | 0.47% | - |
| HSV(B) | 37.58º | 0.9% | 0.86% | - |
| XYZ | 39.94 | 35.83 | 5.57 | - |
| YUV | 153.99 | 53.52 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 22 | 0 | 0.34 | 0.9 | 0.14 | 37.58 | 0.82 | 0.47 |
| Hex | DC | 92 | 16 | 0 | 22 | 5A | E | 26 | 52 | 2F |
| Octal | 334 | 222 | 26 | 0 | 42 | 132 | 16 | 46 | 122 | 57 |
| Binary | 11011100 | 10010010 | 10110 | 0 | 100010 | 1011010 | 1110 | 100110 | 1010010 | 101111 |
Color Harmonies of #DC9216
Complementary color
Monochromatic Colors of #DC9216
Black with #DC9216
Text Example
Text Example
White with #DC9216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9216; }
p { color: rgb(220,146,22); }
H1.HeaderClassName
{
color: #DC9216;
}
.AnyTagClassName
{
color: #DC9216;
}
</style>
background-color css
<style>
a { background-color: #DC9216; }
a { background-color: rgb(220,146,22); }
div.DivClassName
{
background-color: #DC9216;
}
.BgClassName
{
background-color: #DC9216;
}
</style>
border-color css
<style>
span { border-color: #DC9216; }
span { border-color: rgb(220,146,22); }
td.TdClassName
{
border-color: #DC9216;
}
.TagClassName
{
border-color: #DC9216;
}
</style>