Shades of Gamboge #DC9A16
Tints of Gamboge #DC9A16
RGB
CMYK
RGB Variations
Color information
#DC9A16 (or 0xDC9A16) is known color: Gamboge. HEX triplet: DC, 9A and 16. RGB value is (220,154,22). Sum of RGB (Red+Green+Blue) = 220+154+22=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A16 is #2365E9. Grayscale: #9F9F9F. Windows color (decimal): -2319850 or 1481436. OLE color: 1481436.
HSL color Cylindrical-coordinate representation of color #DC9A16: hue angle of 40º 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 #DC9A16 is Cyan = 0, Magento = 0.3, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 22 | - |
| CMYK | 0 | 0.3 | 0.9 | 0.14 |
| HSL | 40º | 0.82% | 0.47% | - |
| HSV(B) | 40º | 0.9% | 0.86% | - |
| XYZ | 41.22 | 38.38 | 6 | - |
| YUV | 158.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 22 | 0 | 0.3 | 0.9 | 0.14 | 40 | 0.82 | 0.47 |
| Hex | DC | 9A | 16 | 0 | 1E | 5A | E | 28 | 52 | 2F |
| Octal | 334 | 232 | 26 | 0 | 36 | 132 | 16 | 50 | 122 | 57 |
| Binary | 11011100 | 10011010 | 10110 | 0 | 11110 | 1011010 | 1110 | 101000 | 1010010 | 101111 |
Color Harmonies of #DC9A16
Complementary color
Monochromatic Colors of #DC9A16
Black with #DC9A16
Text Example
Text Example
White with #DC9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A16; }
p { color: rgb(220,154,22); }
H1.HeaderClassName
{
color: #DC9A16;
}
.AnyTagClassName
{
color: #DC9A16;
}
</style>
background-color css
<style>
a { background-color: #DC9A16; }
a { background-color: rgb(220,154,22); }
div.DivClassName
{
background-color: #DC9A16;
}
.BgClassName
{
background-color: #DC9A16;
}
</style>
border-color css
<style>
span { border-color: #DC9A16; }
span { border-color: rgb(220,154,22); }
td.TdClassName
{
border-color: #DC9A16;
}
.TagClassName
{
border-color: #DC9A16;
}
</style>