Shades of Gamboge #DCAC0D
Tints of Gamboge #DCAC0D
RGB
CMYK
RGB Variations
Color information
#DCAC0D (or 0xDCAC0D) is known color: Gamboge. HEX triplet: DC, AC and 0D. RGB value is (220,172,13). Sum of RGB (Red+Green+Blue) = 220+172+13=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC0D is #2353F2. Grayscale: #A8A8A8. Windows color (decimal): -2315251 or 896220. OLE color: 896220.
HSL color Cylindrical-coordinate representation of color #DCAC0D: hue angle of 46.09º degrees, saturation: 0.89, 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 #DCAC0D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.14 |
| HSL | 46.09º | 0.89% | 0.46% | - |
| HSV(B) | 46.09º | 0.94% | 0.86% | - |
| XYZ | 44.34 | 44.75 | 6.68 | - |
| YUV | 168.23 | 40.4 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 13 | 0 | 0.22 | 0.94 | 0.14 | 46.09 | 0.89 | 0.46 |
| Hex | DC | AC | D | 0 | 16 | 5E | E | 2E | 59 | 2E |
| Octal | 334 | 254 | 15 | 0 | 26 | 136 | 16 | 56 | 131 | 56 |
| Binary | 11011100 | 10101100 | 1101 | 0 | 10110 | 1011110 | 1110 | 101110 | 1011001 | 101110 |
Color Harmonies of #DCAC0D
Complementary color
Monochromatic Colors of #DCAC0D
Black with #DCAC0D
Text Example
Text Example
White with #DCAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC0D; }
p { color: rgb(220,172,13); }
H1.HeaderClassName
{
color: #DCAC0D;
}
.AnyTagClassName
{
color: #DCAC0D;
}
</style>
background-color css
<style>
a { background-color: #DCAC0D; }
a { background-color: rgb(220,172,13); }
div.DivClassName
{
background-color: #DCAC0D;
}
.BgClassName
{
background-color: #DCAC0D;
}
</style>
border-color css
<style>
span { border-color: #DCAC0D; }
span { border-color: rgb(220,172,13); }
td.TdClassName
{
border-color: #DCAC0D;
}
.TagClassName
{
border-color: #DCAC0D;
}
</style>