Shades of Gamboge #DC9A14
Tints of Gamboge #DC9A14
RGB
CMYK
RGB Variations
Color information
#DC9A14 (or 0xDC9A14) is known color: Gamboge. HEX triplet: DC, 9A and 14. RGB value is (220,154,20). Sum of RGB (Red+Green+Blue) = 220+154+20=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A14 is #2365EB. Grayscale: #9F9F9F. Windows color (decimal): -2319852 or 1350364. OLE color: 1350364.
HSL color Cylindrical-coordinate representation of color #DC9A14: hue angle of 40.2º 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 #DC9A14 is Cyan = 0, Magento = 0.3, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 20 | - |
| CMYK | 0 | 0.3 | 0.91 | 0.14 |
| HSL | 40.2º | 0.83% | 0.47% | - |
| HSV(B) | 40.2º | 0.91% | 0.86% | - |
| XYZ | 41.2 | 38.38 | 5.9 | - |
| YUV | 158.46 | 49.87 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 20 | 0 | 0.3 | 0.91 | 0.14 | 40.2 | 0.83 | 0.47 |
| Hex | DC | 9A | 14 | 0 | 1E | 5B | E | 28 | 53 | 2F |
| Octal | 334 | 232 | 24 | 0 | 36 | 133 | 16 | 50 | 123 | 57 |
| Binary | 11011100 | 10011010 | 10100 | 0 | 11110 | 1011011 | 1110 | 101000 | 1010011 | 101111 |
Color Harmonies of #DC9A14
Complementary color
Monochromatic Colors of #DC9A14
Black with #DC9A14
Text Example
Text Example
White with #DC9A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A14; }
p { color: rgb(220,154,20); }
H1.HeaderClassName
{
color: #DC9A14;
}
.AnyTagClassName
{
color: #DC9A14;
}
</style>
background-color css
<style>
a { background-color: #DC9A14; }
a { background-color: rgb(220,154,20); }
div.DivClassName
{
background-color: #DC9A14;
}
.BgClassName
{
background-color: #DC9A14;
}
</style>
border-color css
<style>
span { border-color: #DC9A14; }
span { border-color: rgb(220,154,20); }
td.TdClassName
{
border-color: #DC9A14;
}
.TagClassName
{
border-color: #DC9A14;
}
</style>