Shades of Gamboge #DCAC00
Tints of Gamboge #DCAC00
RGB
CMYK
RGB Variations
Color information
#DCAC00 (or 0xDCAC00) is known color: Gamboge. HEX triplet: DC, AC and 00. RGB value is (220,172,0). Sum of RGB (Red+Green+Blue) = 220+172+0=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC00 is #2353FF. Grayscale: #A7A7A7. Windows color (decimal): -2315264 or 44252. OLE color: 44252.
HSL color Cylindrical-coordinate representation of color #DCAC00: hue angle of 46.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCAC00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.14 |
| HSL | 46.91º | 1% | 0.43% | - |
| HSV(B) | 46.91º | 1% | 0.86% | - |
| XYZ | 44.27 | 44.72 | 6.3 | - |
| YUV | 166.74 | 33.9 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 0 | 0 | 0.22 | 1 | 0.14 | 46.91 | 1 | 0.43 |
| Hex | DC | AC | 0 | 0 | 16 | 64 | E | 2F | 64 | 2B |
| Octal | 334 | 254 | 0 | 0 | 26 | 144 | 16 | 57 | 144 | 53 |
| Binary | 11011100 | 10101100 | 0 | 0 | 10110 | 1100100 | 1110 | 101111 | 1100100 | 101011 |
Color Harmonies of #DCAC00
Complementary color
Monochromatic Colors of #DCAC00
Black with #DCAC00
Text Example
Text Example
White with #DCAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC00; }
p { color: rgb(220,172,0); }
H1.HeaderClassName
{
color: #DCAC00;
}
.AnyTagClassName
{
color: #DCAC00;
}
</style>
background-color css
<style>
a { background-color: #DCAC00; }
a { background-color: rgb(220,172,0); }
div.DivClassName
{
background-color: #DCAC00;
}
.BgClassName
{
background-color: #DCAC00;
}
</style>
border-color css
<style>
span { border-color: #DCAC00; }
span { border-color: rgb(220,172,0); }
td.TdClassName
{
border-color: #DCAC00;
}
.TagClassName
{
border-color: #DCAC00;
}
</style>