Shades of Gamboge #DCAC0E
Tints of Gamboge #DCAC0E
RGB
CMYK
RGB Variations
Color information
#DCAC0E (or 0xDCAC0E) is known color: Gamboge. HEX triplet: DC, AC and 0E. RGB value is (220,172,14). Sum of RGB (Red+Green+Blue) = 220+172+14=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC0E is #2353F1. Grayscale: #A9A9A9. Windows color (decimal): -2315250 or 961756. OLE color: 961756.
HSL color Cylindrical-coordinate representation of color #DCAC0E: hue angle of 46.02º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCAC0E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.14 |
| HSL | 46.02º | 0.88% | 0.46% | - |
| HSV(B) | 46.02º | 0.94% | 0.86% | - |
| XYZ | 44.35 | 44.75 | 6.72 | - |
| YUV | 168.34 | 40.9 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 14 | 0 | 0.22 | 0.94 | 0.14 | 46.02 | 0.88 | 0.46 |
| Hex | DC | AC | E | 0 | 16 | 5E | E | 2E | 58 | 2E |
| Octal | 334 | 254 | 16 | 0 | 26 | 136 | 16 | 56 | 130 | 56 |
| Binary | 11011100 | 10101100 | 1110 | 0 | 10110 | 1011110 | 1110 | 101110 | 1011000 | 101110 |
Color Harmonies of #DCAC0E
Complementary color
Monochromatic Colors of #DCAC0E
Black with #DCAC0E
Text Example
Text Example
White with #DCAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC0E; }
p { color: rgb(220,172,14); }
H1.HeaderClassName
{
color: #DCAC0E;
}
.AnyTagClassName
{
color: #DCAC0E;
}
</style>
background-color css
<style>
a { background-color: #DCAC0E; }
a { background-color: rgb(220,172,14); }
div.DivClassName
{
background-color: #DCAC0E;
}
.BgClassName
{
background-color: #DCAC0E;
}
</style>
border-color css
<style>
span { border-color: #DCAC0E; }
span { border-color: rgb(220,172,14); }
td.TdClassName
{
border-color: #DCAC0E;
}
.TagClassName
{
border-color: #DCAC0E;
}
</style>