Shades of Gamboge #DC9D14
Tints of Gamboge #DC9D14
RGB
CMYK
RGB Variations
Color information
#DC9D14 (or 0xDC9D14) is known color: Gamboge. HEX triplet: DC, 9D and 14. RGB value is (220,157,20). Sum of RGB (Red+Green+Blue) = 220+157+20=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9D14 is #2362EB. Grayscale: #A0A0A0. Windows color (decimal): -2319084 or 1351132. OLE color: 1351132.
HSL color Cylindrical-coordinate representation of color #DC9D14: hue angle of 41.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC9D14 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 20 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.14 |
| HSL | 41.1º | 0.83% | 0.47% | - |
| HSV(B) | 41.1º | 0.91% | 0.86% | - |
| XYZ | 41.7 | 39.38 | 6.07 | - |
| YUV | 160.22 | 48.87 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 20 | 0 | 0.29 | 0.91 | 0.14 | 41.1 | 0.83 | 0.47 |
| Hex | DC | 9D | 14 | 0 | 1D | 5B | E | 29 | 53 | 2F |
| Octal | 334 | 235 | 24 | 0 | 35 | 133 | 16 | 51 | 123 | 57 |
| Binary | 11011100 | 10011101 | 10100 | 0 | 11101 | 1011011 | 1110 | 101001 | 1010011 | 101111 |
Color Harmonies of #DC9D14
Complementary color
Monochromatic Colors of #DC9D14
Black with #DC9D14
Text Example
Text Example
White with #DC9D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D14; }
p { color: rgb(220,157,20); }
H1.HeaderClassName
{
color: #DC9D14;
}
.AnyTagClassName
{
color: #DC9D14;
}
</style>
background-color css
<style>
a { background-color: #DC9D14; }
a { background-color: rgb(220,157,20); }
div.DivClassName
{
background-color: #DC9D14;
}
.BgClassName
{
background-color: #DC9D14;
}
</style>
border-color css
<style>
span { border-color: #DC9D14; }
span { border-color: rgb(220,157,20); }
td.TdClassName
{
border-color: #DC9D14;
}
.TagClassName
{
border-color: #DC9D14;
}
</style>