Shades of Gamboge #DCAD0D
Tints of Gamboge #DCAD0D
RGB
CMYK
RGB Variations
Color information
#DCAD0D (or 0xDCAD0D) is known color: Gamboge. HEX triplet: DC, AD and 0D. RGB value is (220,173,13). Sum of RGB (Red+Green+Blue) = 220+173+13=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD0D is #2352F2. Grayscale: #A9A9A9. Windows color (decimal): -2314995 or 896476. OLE color: 896476.
HSL color Cylindrical-coordinate representation of color #DCAD0D: hue angle of 46.38º 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 #DCAD0D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.14 |
| HSL | 46.38º | 0.89% | 0.46% | - |
| HSV(B) | 46.38º | 0.94% | 0.86% | - |
| XYZ | 44.53 | 45.13 | 6.75 | - |
| YUV | 168.81 | 40.07 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 13 | 0 | 0.21 | 0.94 | 0.14 | 46.38 | 0.89 | 0.46 |
| Hex | DC | AD | D | 0 | 15 | 5E | E | 2E | 59 | 2E |
| Octal | 334 | 255 | 15 | 0 | 25 | 136 | 16 | 56 | 131 | 56 |
| Binary | 11011100 | 10101101 | 1101 | 0 | 10101 | 1011110 | 1110 | 101110 | 1011001 | 101110 |
Color Harmonies of #DCAD0D
Complementary color
Monochromatic Colors of #DCAD0D
Black with #DCAD0D
Text Example
Text Example
White with #DCAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD0D; }
p { color: rgb(220,173,13); }
H1.HeaderClassName
{
color: #DCAD0D;
}
.AnyTagClassName
{
color: #DCAD0D;
}
</style>
background-color css
<style>
a { background-color: #DCAD0D; }
a { background-color: rgb(220,173,13); }
div.DivClassName
{
background-color: #DCAD0D;
}
.BgClassName
{
background-color: #DCAD0D;
}
</style>
border-color css
<style>
span { border-color: #DCAD0D; }
span { border-color: rgb(220,173,13); }
td.TdClassName
{
border-color: #DCAD0D;
}
.TagClassName
{
border-color: #DCAD0D;
}
</style>