Shades of Gamboge #DC8D16
Tints of Gamboge #DC8D16
RGB
CMYK
RGB Variations
Color information
#DC8D16 (or 0xDC8D16) is known color: Gamboge. HEX triplet: DC, 8D and 16. RGB value is (220,141,22). Sum of RGB (Red+Green+Blue) = 220+141+22=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D16 is #2372E9. Grayscale: #979797. Windows color (decimal): -2323178 or 1478108. OLE color: 1478108.
HSL color Cylindrical-coordinate representation of color #DC8D16: hue angle of 36.06º 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 #DC8D16 is Cyan = 0, Magento = 0.36, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 22 | - |
| CMYK | 0 | 0.36 | 0.9 | 0.14 |
| HSL | 36.06º | 0.82% | 0.47% | - |
| HSV(B) | 36.06º | 0.9% | 0.86% | - |
| XYZ | 39.18 | 34.32 | 5.32 | - |
| YUV | 151.06 | 55.17 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 22 | 0 | 0.36 | 0.9 | 0.14 | 36.06 | 0.82 | 0.47 |
| Hex | DC | 8D | 16 | 0 | 24 | 5A | E | 24 | 52 | 2F |
| Octal | 334 | 215 | 26 | 0 | 44 | 132 | 16 | 44 | 122 | 57 |
| Binary | 11011100 | 10001101 | 10110 | 0 | 100100 | 1011010 | 1110 | 100100 | 1010010 | 101111 |
Color Harmonies of #DC8D16
Complementary color
Monochromatic Colors of #DC8D16
Black with #DC8D16
Text Example
Text Example
White with #DC8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D16; }
p { color: rgb(220,141,22); }
H1.HeaderClassName
{
color: #DC8D16;
}
.AnyTagClassName
{
color: #DC8D16;
}
</style>
background-color css
<style>
a { background-color: #DC8D16; }
a { background-color: rgb(220,141,22); }
div.DivClassName
{
background-color: #DC8D16;
}
.BgClassName
{
background-color: #DC8D16;
}
</style>
border-color css
<style>
span { border-color: #DC8D16; }
span { border-color: rgb(220,141,22); }
td.TdClassName
{
border-color: #DC8D16;
}
.TagClassName
{
border-color: #DC8D16;
}
</style>