Shades of Gamboge #DCA20F
Tints of Gamboge #DCA20F
RGB
CMYK
RGB Variations
Color information
#DCA20F (or 0xDCA20F) is known color: Gamboge. HEX triplet: DC, A2 and 0F. RGB value is (220,162,15). Sum of RGB (Red+Green+Blue) = 220+162+15=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA20F is #235DF0. Grayscale: #A3A3A3. Windows color (decimal): -2317809 or 1024732. OLE color: 1024732.
HSL color Cylindrical-coordinate representation of color #DCA20F: hue angle of 43.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCA20F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 15 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.14 |
| HSL | 43.02º | 0.87% | 0.46% | - |
| HSV(B) | 43.02º | 0.93% | 0.86% | - |
| XYZ | 42.52 | 41.09 | 6.14 | - |
| YUV | 162.58 | 44.72 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 15 | 0 | 0.26 | 0.93 | 0.14 | 43.02 | 0.87 | 0.46 |
| Hex | DC | A2 | F | 0 | 1A | 5D | E | 2B | 57 | 2E |
| Octal | 334 | 242 | 17 | 0 | 32 | 135 | 16 | 53 | 127 | 56 |
| Binary | 11011100 | 10100010 | 1111 | 0 | 11010 | 1011101 | 1110 | 101011 | 1010111 | 101110 |
Color Harmonies of #DCA20F
Complementary color
Monochromatic Colors of #DCA20F
Black with #DCA20F
Text Example
Text Example
White with #DCA20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA20F; }
p { color: rgb(220,162,15); }
H1.HeaderClassName
{
color: #DCA20F;
}
.AnyTagClassName
{
color: #DCA20F;
}
</style>
background-color css
<style>
a { background-color: #DCA20F; }
a { background-color: rgb(220,162,15); }
div.DivClassName
{
background-color: #DCA20F;
}
.BgClassName
{
background-color: #DCA20F;
}
</style>
border-color css
<style>
span { border-color: #DCA20F; }
span { border-color: rgb(220,162,15); }
td.TdClassName
{
border-color: #DCA20F;
}
.TagClassName
{
border-color: #DCA20F;
}
</style>