Shades of Gamboge #DCAB0E
Tints of Gamboge #DCAB0E
RGB
CMYK
RGB Variations
Color information
#DCAB0E (or 0xDCAB0E) is known color: Gamboge. HEX triplet: DC, AB and 0E. RGB value is (220,171,14). Sum of RGB (Red+Green+Blue) = 220+171+14=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB0E is #2354F1. Grayscale: #A8A8A8. Windows color (decimal): -2315506 or 961500. OLE color: 961500.
HSL color Cylindrical-coordinate representation of color #DCAB0E: hue angle of 45.73º 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 #DCAB0E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.14 |
| HSL | 45.73º | 0.88% | 0.46% | - |
| HSV(B) | 45.73º | 0.94% | 0.86% | - |
| XYZ | 44.16 | 44.37 | 6.65 | - |
| YUV | 167.75 | 41.23 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 14 | 0 | 0.22 | 0.94 | 0.14 | 45.73 | 0.88 | 0.46 |
| Hex | DC | AB | E | 0 | 16 | 5E | E | 2E | 58 | 2E |
| Octal | 334 | 253 | 16 | 0 | 26 | 136 | 16 | 56 | 130 | 56 |
| Binary | 11011100 | 10101011 | 1110 | 0 | 10110 | 1011110 | 1110 | 101110 | 1011000 | 101110 |
Color Harmonies of #DCAB0E
Complementary color
Monochromatic Colors of #DCAB0E
Black with #DCAB0E
Text Example
Text Example
White with #DCAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB0E; }
p { color: rgb(220,171,14); }
H1.HeaderClassName
{
color: #DCAB0E;
}
.AnyTagClassName
{
color: #DCAB0E;
}
</style>
background-color css
<style>
a { background-color: #DCAB0E; }
a { background-color: rgb(220,171,14); }
div.DivClassName
{
background-color: #DCAB0E;
}
.BgClassName
{
background-color: #DCAB0E;
}
</style>
border-color css
<style>
span { border-color: #DCAB0E; }
span { border-color: rgb(220,171,14); }
td.TdClassName
{
border-color: #DCAB0E;
}
.TagClassName
{
border-color: #DCAB0E;
}
</style>