Shades of Gamboge #DCAC06
Tints of Gamboge #DCAC06
RGB
CMYK
RGB Variations
Color information
#DCAC06 (or 0xDCAC06) is known color: Gamboge. HEX triplet: DC, AC and 06. RGB value is (220,172,6). Sum of RGB (Red+Green+Blue) = 220+172+6=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC06 is #2353F9. Grayscale: #A8A8A8. Windows color (decimal): -2315258 or 437468. OLE color: 437468.
HSL color Cylindrical-coordinate representation of color #DCAC06: hue angle of 46.54º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCAC06 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 6 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.14 |
| HSL | 46.54º | 0.95% | 0.44% | - |
| HSV(B) | 46.54º | 0.97% | 0.86% | - |
| XYZ | 44.3 | 44.73 | 6.47 | - |
| YUV | 167.43 | 36.9 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 6 | 0 | 0.22 | 0.97 | 0.14 | 46.54 | 0.95 | 0.44 |
| Hex | DC | AC | 6 | 0 | 16 | 61 | E | 2F | 5F | 2C |
| Octal | 334 | 254 | 6 | 0 | 26 | 141 | 16 | 57 | 137 | 54 |
| Binary | 11011100 | 10101100 | 110 | 0 | 10110 | 1100001 | 1110 | 101111 | 1011111 | 101100 |
Color Harmonies of #DCAC06
Complementary color
Monochromatic Colors of #DCAC06
Black with #DCAC06
Text Example
Text Example
White with #DCAC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC06; }
p { color: rgb(220,172,6); }
H1.HeaderClassName
{
color: #DCAC06;
}
.AnyTagClassName
{
color: #DCAC06;
}
</style>
background-color css
<style>
a { background-color: #DCAC06; }
a { background-color: rgb(220,172,6); }
div.DivClassName
{
background-color: #DCAC06;
}
.BgClassName
{
background-color: #DCAC06;
}
</style>
border-color css
<style>
span { border-color: #DCAC06; }
span { border-color: rgb(220,172,6); }
td.TdClassName
{
border-color: #DCAC06;
}
.TagClassName
{
border-color: #DCAC06;
}
</style>