Shades of Gamboge #DCA812
Tints of Gamboge #DCA812
RGB
CMYK
RGB Variations
Color information
#DCA812 (or 0xDCA812) is known color: Gamboge. HEX triplet: DC, A8 and 12. RGB value is (220,168,18). Sum of RGB (Red+Green+Blue) = 220+168+18=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA812 is #2357ED. Grayscale: #A7A7A7. Windows color (decimal): -2316270 or 1222876. OLE color: 1222876.
HSL color Cylindrical-coordinate representation of color #DCA812: hue angle of 44.55º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCA812 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 18 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.14 |
| HSL | 44.55º | 0.85% | 0.47% | - |
| HSV(B) | 44.55º | 0.92% | 0.86% | - |
| XYZ | 43.63 | 43.26 | 6.62 | - |
| YUV | 166.45 | 44.23 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 18 | 0 | 0.24 | 0.92 | 0.14 | 44.55 | 0.85 | 0.47 |
| Hex | DC | A8 | 12 | 0 | 18 | 5C | E | 2D | 55 | 2F |
| Octal | 334 | 250 | 22 | 0 | 30 | 134 | 16 | 55 | 125 | 57 |
| Binary | 11011100 | 10101000 | 10010 | 0 | 11000 | 1011100 | 1110 | 101101 | 1010101 | 101111 |
Color Harmonies of #DCA812
Complementary color
Monochromatic Colors of #DCA812
Black with #DCA812
Text Example
Text Example
White with #DCA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA812; }
p { color: rgb(220,168,18); }
H1.HeaderClassName
{
color: #DCA812;
}
.AnyTagClassName
{
color: #DCA812;
}
</style>
background-color css
<style>
a { background-color: #DCA812; }
a { background-color: rgb(220,168,18); }
div.DivClassName
{
background-color: #DCA812;
}
.BgClassName
{
background-color: #DCA812;
}
</style>
border-color css
<style>
span { border-color: #DCA812; }
span { border-color: rgb(220,168,18); }
td.TdClassName
{
border-color: #DCA812;
}
.TagClassName
{
border-color: #DCA812;
}
</style>