Shades of Gamboge #DCAC09
Tints of Gamboge #DCAC09
RGB
CMYK
RGB Variations
Color information
#DCAC09 (or 0xDCAC09) is known color: Gamboge. HEX triplet: DC, AC and 09. RGB value is (220,172,9). Sum of RGB (Red+Green+Blue) = 220+172+9=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC09 is #2353F6. Grayscale: #A8A8A8. Windows color (decimal): -2315255 or 634076. OLE color: 634076.
HSL color Cylindrical-coordinate representation of color #DCAC09: hue angle of 46.35º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCAC09 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.14 |
| HSL | 46.35º | 0.92% | 0.45% | - |
| HSV(B) | 46.35º | 0.96% | 0.86% | - |
| XYZ | 44.32 | 44.74 | 6.56 | - |
| YUV | 167.77 | 38.4 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 9 | 0 | 0.22 | 0.96 | 0.14 | 46.35 | 0.92 | 0.45 |
| Hex | DC | AC | 9 | 0 | 16 | 60 | E | 2E | 5C | 2D |
| Octal | 334 | 254 | 11 | 0 | 26 | 140 | 16 | 56 | 134 | 55 |
| Binary | 11011100 | 10101100 | 1001 | 0 | 10110 | 1100000 | 1110 | 101110 | 1011100 | 101101 |
Color Harmonies of #DCAC09
Complementary color
Monochromatic Colors of #DCAC09
Black with #DCAC09
Text Example
Text Example
White with #DCAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC09; }
p { color: rgb(220,172,9); }
H1.HeaderClassName
{
color: #DCAC09;
}
.AnyTagClassName
{
color: #DCAC09;
}
</style>
background-color css
<style>
a { background-color: #DCAC09; }
a { background-color: rgb(220,172,9); }
div.DivClassName
{
background-color: #DCAC09;
}
.BgClassName
{
background-color: #DCAC09;
}
</style>
border-color css
<style>
span { border-color: #DCAC09; }
span { border-color: rgb(220,172,9); }
td.TdClassName
{
border-color: #DCAC09;
}
.TagClassName
{
border-color: #DCAC09;
}
</style>